Skip to content

Commit

Permalink
fix: Fix footnote styling #69
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Oct 27, 2023
1 parent 6cb14e0 commit 6fa0726
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions assets/scss/common/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,8 @@ body {
}
}

sup[id]::after {
display: block;
height: 6rem;
margin-top: -6rem;
content: "";
sup[id] {
scroll-margin-top: 5rem;
}

div.footnotes {
Expand Down

0 comments on commit 6fa0726

Please sign in to comment.