Skip to content

Commit

Permalink
docs(a11y): enlarge touch targets of toc side menu (#2726)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
  • Loading branch information
hannahiss and julien-deramond authored Sep 13, 2024
1 parent d8ad360 commit 615fabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/assets/scss/_toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

a {
display: block;
padding: .125rem 0 .125rem .75rem;
padding: .3125rem 0 .3125rem .75rem; // Boosted mod
color: inherit;
text-decoration: none;
border-left: .125rem solid transparent;
Expand Down

0 comments on commit 615fabb

Please sign in to comment.