chore: css

This commit is contained in:
Cory Dransfeldt 2024-03-17 09:05:29 -07:00
parent 13c981a604
commit f954f25c6a
No known key found for this signature in database
2 changed files with 2 additions and 10 deletions

View file

@ -168,7 +168,7 @@ th {
/* nav */
nav.menu__primary {
gap: var(--sizing-sm);
gap: var(--sizing-md);
}
nav.menu__primary a,
@ -436,14 +436,6 @@ li {
padding-bottom: 0;
}
nav.menu__primary {
gap: var(--sizing-md);
}
nav ul li:not(:last-child) {
margin-right: var(--sizing-md);
}
main {
max-width: 768px;
}