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

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "7.10.9", "version": "7.10.10",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

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