A little spacing at the sides of the navbar

This commit is contained in:
dave onion 2025-12-19 10:09:13 -05:00
parent 415026b317
commit b41368427e
3 changed files with 3 additions and 3 deletions

View file

@ -10120,7 +10120,7 @@ a:target:hover {
} }
@media screen and (min-width: 1024px) { @media screen and (min-width: 1024px) {
.navbar { .navbar {
padding: 1.25em 0; padding: 1.25em 1rem;
} }
} }
.navbar { .navbar {

File diff suppressed because one or more lines are too long

View file

@ -64,7 +64,7 @@ a:target:hover {
color: $white; color: $white;
background-color: $dark; background-color: $dark;
@include desktop { @include desktop {
padding: 1.25em 0; padding: 1.25em 1rem;
} }
z-index: +9; z-index: +9;
} }