fix: styles + templating + config

This commit is contained in:
Cory Dransfeldt 2024-01-26 17:05:57 -08:00
parent 7d98dc7343
commit 9093a222d6
No known key found for this signature in database
3 changed files with 9 additions and 2 deletions

View file

@ -179,6 +179,11 @@ nav ul {
list-style: none;
}
nav ul li {
margin-top: 0;
margin-bottom: 0;
}
nav ul li:not(:last-child) {
margin-right: 1rem;
}
@ -477,8 +482,6 @@ footer nav {
.main__title h1 {
padding-bottom: 0;
font-size: var(--font-size-3xl);
line-height: var(--line-height-3xl);
}
.now__topper h2 {
@ -489,6 +492,7 @@ footer nav {
max-width: 768px;
}
.main__title h1,
.page__header {
font-size: var(--font-size-3xl);
line-height: var(--line-height-3xl);