1
0
Fork 0
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:
Rohan Kumar 2022-05-05 20:08:52 -07:00
parent 155ff8290d
commit 5f892f9233
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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 */