css lien home
This commit is contained in:
@@ -397,7 +397,13 @@ header {
|
|||||||
height: fit-content; } }
|
height: fit-content; } }
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
header .region-header #block-reha-config-pages .contacts .contacts-full {
|
header .region-header #block-reha-config-pages .contacts .contacts-full {
|
||||||
width: -moz-available; } }
|
width: 100%;
|
||||||
|
width: -moz-available;
|
||||||
|
/* For Mozzila */
|
||||||
|
width: -webkit-fill-available;
|
||||||
|
/* For Chrome */
|
||||||
|
width: stretch;
|
||||||
|
/* Unprefixed */ } }
|
||||||
header .region-header #block-reha-config-pages .contacts .contacts-full .titre {
|
header .region-header #block-reha-config-pages .contacts .contacts-full .titre {
|
||||||
padding-left: 3rem; }
|
padding-left: 3rem; }
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
|
|||||||
@@ -249,8 +249,10 @@ header{
|
|||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
@media (max-width:500px) {
|
@media (max-width:500px) {
|
||||||
|
width: 100%;
|
||||||
width: -moz-available;
|
width: -moz-available; /* For Mozzila */
|
||||||
|
width: -webkit-fill-available; /* For Chrome */
|
||||||
|
width: stretch; /* Unprefixed */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user