mirror of
https://github.com/kou029w/quot.git
synced 2025-01-31 06:18:01 +00:00
fixed nav margin
This commit is contained in:
parent
d1f107d2bf
commit
3909e7d7be
1 changed files with 4 additions and 1 deletions
|
@ -31,10 +31,13 @@ header h1 > :is(a, a:hover) {
|
|||
}
|
||||
|
||||
header nav > * {
|
||||
margin: 0.75rem;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
header nav > * + * {
|
||||
margin-inline-start: 0.75rem;
|
||||
}
|
||||
|
||||
a[href^="/"] {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue