Remove :target hack -- it breaks the line-wrapping in the targeted headings

This commit is contained in:
Jonas Schäfer 2019-04-04 18:38:44 +02:00
parent 3f29a910da
commit 300bbec7b2
1 changed files with 0 additions and 11 deletions

View File

@ -1508,14 +1508,3 @@
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;
}