mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Forgot to fix margin
This commit is contained in:
parent
155ff8290d
commit
5f892f9233
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ html {
|
|||
* and margin adjustments in nav children made to meet SC 2.5.5 */
|
||||
header nav,
|
||||
footer nav {
|
||||
margin: -.5em 0 -.75em -.25em;
|
||||
margin: 0 0 -.75em -.25em;
|
||||
}
|
||||
|
||||
/* Google a11y: ensure tap targets have >=8px space between them */
|
||||
|
|
Loading…
Reference in a new issue