Increase space above headers to reduce overlap

Fixes #2520
This commit is contained in:
mDuo13
2024-04-10 16:21:20 -07:00
parent 5f918a4698
commit b51d502abf
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -581,7 +581,7 @@ article h6:before,
.interactive-block:before {
display: block;
content: " ";
margin-top: -60px;
margin-top: -24px;
height: 60px;
visibility: hidden;
pointer-events: none;