Make jump targets a bit above the actual target, for neatness

This commit is contained in:
Jonas Schäfer 2019-04-04 18:30:16 +02:00
parent aa77296823
commit fc06bd46fd
1 changed files with 11 additions and 0 deletions

View File

@ -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;
}