Skip to content

Commit

Permalink
adjust font size in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Aug 27, 2024
1 parent c654910 commit b4f4f45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions documentation/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ td {
margin: 5px auto;
}

.navbar-dropdown-wrapper .navbar-dropdown .navbar-dropdown-item .navbar-dropdown-subitem-wrapper .navbar-dropdown-subitem {
font-size: inherit;
}

@media screen and (max-width: 719px) {
.navbar {
padding-left: 4rem;
Expand Down

0 comments on commit b4f4f45

Please sign in to comment.