Move site navigation to a partial
It can now be shared between the index and site header templates.
This commit is contained in:
parent
52a79500c0
commit
1713d5f849
4 changed files with 11 additions and 19 deletions
|
@ -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); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue