Feat: navbar mobile padding et hauteur minimale
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
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:
parent
d44c886e8c
commit
a737fea100
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue