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; display: none !important;
} }
.prose > h1 { .prose > h1:not(:first-child) {
padding-top: 30px; margin-top: 30px;
} }