Skip to content

Commit

Permalink
refactor(v2): increase heading anchor offset (#4601)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Apr 12, 2021
1 parent 2b4a52e commit bfea8d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
*/

.enhancedAnchor {
top: calc(var(--ifm-navbar-height) * -1);
top: calc(var(--ifm-navbar-height) * -1 - 0.5rem);
}

0 comments on commit bfea8d6

Please sign in to comment.