Move site navigation to a partial

It can now be shared between the index and site header templates.
This commit is contained in:
Eryn Wells 2023-05-20 08:27:55 -07:00
parent 52a79500c0
commit 1713d5f849
4 changed files with 11 additions and 19 deletions

View file

@ -158,8 +158,6 @@
font-size: clamp(var(--font-size-min), var(--font-size-scale-factor), var(--font-size-max));
}
main#landing p { line-height: var(--landing-line-height); }
nav.bulleted > li:first-child::before { color: var(--color); }
nav.bulleted > li::before { color: var(--heading-color); }