This commit is contained in:
Andros Fenollosa
2024-03-01 09:20:05 +01:00
parent cf436b3da0
commit 2337fc3f49
3 changed files with 97 additions and 8 deletions

View File

@ -91,7 +91,12 @@ a:hover,
padding-bottom: 0;
position: absolute;
bottom: 0;
z-index: -1;
}
@media (width < 600px) {
.nav-main__link--logo {
z-index: -1;
}
}
.image {