chore: more menu styles

This commit is contained in:
Cory Dransfeldt 2024-03-02 15:01:55 -08:00
parent b2546cb079
commit 9385b8478c
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View file

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

View file

@ -176,8 +176,6 @@ th {
/* nav */
.main__title nav {
margin: 0;
padding: 0;
gap: var(--sizing-sm);
}
@ -448,6 +446,10 @@ li {
padding-bottom: 0;
}
.main__title nav {
gap: var(--sizing-md);
}
nav ul li:not(:last-child) {
margin-right: var(--sizing-md);
}