Skip to content

Commit

Permalink
docs: fix tiny nav menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed May 6, 2024
1 parent 8df4cc6 commit 37b8c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/theme_overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ code,
}

.md-sidebar--primary .md-nav__item {
padding-right: 2em;
padding-right: 0.25em;
}
}

Expand Down Expand Up @@ -296,7 +296,7 @@ code,

.md-nav--primary .md-nav__list .md-nav__list .md-nav__item {
font-size: 0.875rem;
padding-left: 2.2em;
padding-left: 0.25em;
margin: 1em 0;
}

Expand Down

0 comments on commit 37b8c2d

Please sign in to comment.