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) {
.navbar {
padding: 1.25em 0;
padding: 1.25em 1rem;
}
}
.navbar {

File diff suppressed because one or more lines are too long

View file

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