chore: styles

This commit is contained in:
Cory Dransfeldt 2024-02-29 16:39:59 -08:00
parent 80ccc7ae15
commit 975b22b252
No known key found for this signature in database

View file

@ -155,7 +155,7 @@ nav ul li {
} }
nav ul li:not(:last-child) { nav ul li:not(:last-child) {
margin-right: .75rem; margin-right: .6rem;
} }
nav svg { nav svg {
@ -506,6 +506,10 @@ footer nav {
padding-bottom: 0; padding-bottom: 0;
} }
nav ul li:not(:last-child) {
margin-right: .75rem;
}
.now__topper h2 { .now__topper h2 {
font-size: var(--font-size-2xl); font-size: var(--font-size-2xl);
} }