mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Fix link margins
This commit is contained in:
parent
04600cb92b
commit
706d056fe4
1 changed files with 4 additions and 0 deletions
|
@ -296,6 +296,10 @@ html {
|
||||||
margin-left: -.25em;
|
margin-left: -.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 + ul > li > a {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Increase tap-target size of title links. */
|
/* Increase tap-target size of title links. */
|
||||||
|
|
||||||
h2 > a {
|
h2 > a {
|
||||||
|
|
Loading…
Reference in a new issue