1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-31 14:28:06 +00:00

fixed nav margin

This commit is contained in:
Nebel 2022-09-17 17:41:52 +09:00
parent d1f107d2bf
commit 3909e7d7be

View file

@ -31,10 +31,13 @@ header h1 > :is(a, a:hover) {
} }
header nav > * { header nav > * {
margin: 0.75rem;
font-size: 1.25rem; font-size: 1.25rem;
} }
header nav > * + * {
margin-inline-start: 0.75rem;
}
a[href^="/"] { a[href^="/"] {
text-decoration: none; text-decoration: none;
} }