Skip to content

Commit

Permalink
feat(core): ✨ reduce menu header font size
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Feb 28, 2024
1 parent 30bbedd commit 1106825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.citizen.styles/components/Menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: block;
padding: var( --space-xs ) var( --space-md );
margin: 0;
font-size: inherit;
font-size: var( --font-size-x-small );
font-weight: var( --font-weight-normal );
color: var( --color-base--subtle );
letter-spacing: 0.05em;
Expand Down

0 comments on commit 1106825

Please sign in to comment.