chore: css
This commit is contained in:
parent
13c981a604
commit
f954f25c6a
2 changed files with 2 additions and 10 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue