Skip to content

Commit

Permalink
expand anchor heading size for interactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmchiu committed Sep 3, 2024
1 parent 726a38b commit 8578740
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,12 @@ li a,
h2.text-delta + ul a, #markdown-toc a {
padding: 0.75rem !important;
text-decoration: none;
}

.anchor-heading {
padding: 0.85rem !important;
min-height: 2.75rem !important;
min-width: 2.75rem !important;
margin-left: -0.6rem !important;
margin-top: -0.7rem !important;
}

0 comments on commit 8578740

Please sign in to comment.