Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
PeritusDeveloper committed Apr 6, 2024
1 parent 31aaf0a commit 5e0aa4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,11 @@ pre.highlight {
}

@tailwind utilities;

/* Prevent headings from getting hidden when directly accessing sections with ids: */
:target:before {
content: "";
display: block;
height: 80px;
margin-top: -80px;
}

0 comments on commit 5e0aa4f

Please sign in to comment.