css lien home

This commit is contained in:
2023-12-01 14:35:02 +01:00
parent afe100d725
commit a32ceaa462
2 changed files with 11 additions and 3 deletions
@@ -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 */
}