fix anchor links

This commit is contained in:
Felix Roos 2022-12-26 22:16:46 +01:00
parent 36f837730a
commit c1d2bf9b9f

View File

@ -8,6 +8,6 @@ body {
display: none !important;
}
.prose > h1 {
padding-top: 30px;
.prose > h1:not(:first-child) {
margin-top: 30px;
}