mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -05:00
Make jump targets a bit above the actual target, for neatness
This commit is contained in:
parent
aa77296823
commit
fc06bd46fd
11
xmpp.v2.css
11
xmpp.v2.css
@ -1506,3 +1506,14 @@
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
h2:target::before,
|
||||
h3:target::before,
|
||||
h4:target::before,
|
||||
h5:target::before,
|
||||
h6:target::before {
|
||||
content: "";
|
||||
display: block;
|
||||
height: 1.5rem;
|
||||
margin-top: -1.5rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user