Feat: navbar mobile padding et hauteur minimale
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-19 14:40:37 +01:00
parent d44c886e8c
commit a737fea100

View file

@ -170,6 +170,12 @@
/* Mobile — var(--breakpoint-mobile) = 700px */ /* Mobile — var(--breakpoint-mobile) = 700px */
@media screen and (max-width: 700px) { @media screen and (max-width: 700px) {
.navbar {
min-height: 8vh;
padding: 10vh 0 1vh;
top: 0;
}
.navbar-item { .navbar-item {
display: none; display: none;
} }