chore: menu styles

This commit is contained in:
Cory Dransfeldt 2024-03-02 15:00:33 -08:00
parent 209ed694fe
commit b2546cb079
No known key found for this signature in database
4 changed files with 15 additions and 25 deletions

View file

@ -175,23 +175,15 @@ th {
}
/* nav */
nav ul {
.main__title nav {
margin: 0;
padding: 0;
list-style: none;
gap: var(--sizing-sm);
}
nav ul li {
margin-top: 0;
margin-bottom: 0;
}
nav ul li:not(:last-child) {
margin-right: calc(var(--sizing-sm) * 1.225);
}
nav svg {
margin-top: var(--sizing-sm);
.main__title nav a,
.main__title nav span {
height: var(--sizing-xl);
}
:is(a:hover, a:active, a:focus) svg,