Skip to content

Commit

Permalink
fixed select font in h2 for narrow layout
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketMan committed May 5, 2024
1 parent 584a7a5 commit c87bb68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/zoostyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,9 @@ li.ui-menu-item .ui-state-active,
font-size: 14px;
padding: 6px;
}
h2 .ui-selectmenu-button.ui-button {
font-size: inherit;
}

li.ui-menu-item {
font-size: 16px;
Expand Down

0 comments on commit c87bb68

Please sign in to comment.