mobile responsive : home and start event

This commit is contained in:
isUnknown 2024-09-10 15:23:24 +02:00
parent e58e630f9b
commit dd04bac95e
14 changed files with 128 additions and 8 deletions

View file

@ -112,6 +112,10 @@
margin-right: 2.69rem;
}
.main-nav__search {
transform: translateY(1px);
}
.main-nav .burger-btn {
position: relative;
width: 1.5rem;
@ -174,6 +178,15 @@
display: none;
}
.main-nav__right > :not(:last-child),
.main-nav__featured-pages li:not(:last-child) {
margin-right: 7vw;
}
.main-nav svg {
height: 5.2vw;
}
.expanded-nav {
width: 100vw;
height: 100vh;
@ -232,7 +245,6 @@
}
.expanded-nav__socials {
position: absolute;
bottom: 3rem;
margin-top: 3rem;
}
}