Skip to content

Commit

Permalink
fix(css): fix scroll anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Dec 4, 2020
1 parent 4b22ecc commit 93d4c87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@
font-family: "Open Sans";
src: url("/fonts/OpenSans-Bold.ttf") format("truetype");
}

:target {
scroll-margin-top: 80px;
}

0 comments on commit 93d4c87

Please sign in to comment.