Skip to content

Commit

Permalink
Changed scroll margin a tiny bit to highlight correct menu item on la…
Browse files Browse the repository at this point in the history
…rge screens. Fixes #88
  • Loading branch information
ju5tu5 committed Jun 12, 2024
1 parent 6a74914 commit 833be2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/style/web.css
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ section {
& h5,
& h6 {
text-wrap: balance;
scroll-margin-top: calc(var(--gap) * 4.5);
scroll-margin-top: calc(var(--gap) * 4);

& a:first-of-type {
text-decoration: none;
Expand Down

0 comments on commit 833be2d

Please sign in to comment.