css lien home
This commit is contained in:
@@ -249,8 +249,10 @@ header{
|
||||
height: fit-content;
|
||||
}
|
||||
@media (max-width:500px) {
|
||||
|
||||
width: -moz-available;
|
||||
width: 100%;
|
||||
width: -moz-available; /* For Mozzila */
|
||||
width: -webkit-fill-available; /* For Chrome */
|
||||
width: stretch; /* Unprefixed */
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user