chore: more menu styles
This commit is contained in:
parent
b2546cb079
commit
9385b8478c
2 changed files with 5 additions and 3 deletions
|
@ -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": {
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Reference in a new issue