Skip to content

Commit

Permalink
fix(a11y-fixes-in-main-menu): change font size in sub item in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari Nez committed Dec 6, 2024
1 parent 3832c05 commit b0b7414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navigation/main/_main-link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
.main-nav__link--level-1,
.main-nav__link--level-2 {
& {
font-size: var(--font-size-h6);
font-size: var(--font-size-body);
}

@include breakpoint('small-down') {
Expand Down

0 comments on commit b0b7414

Please sign in to comment.