Skip to content

Commit

Permalink
Merge pull request #24 from keaglin/fix-menu-font-size
Browse files Browse the repository at this point in the history
fix: make dropdown font consistent
  • Loading branch information
hkolbeck authored Jul 29, 2023
2 parents 1ed2a82 + 7b61061 commit 8ec2037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/dropdowns.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}

.submenu-button {
font-size: 1.5rem;
font-size: 1.2rem;
font-weight: 900;
color: var(--text);
font-family: "Atkinson Hyperlegible", sans-serif;
Expand Down Expand Up @@ -160,4 +160,4 @@
display: flex;
flex-direction: row;
gap: 3px;
}
}

0 comments on commit 8ec2037

Please sign in to comment.