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",
"version": "7.10.9",
"version": "7.10.10",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

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;
}