Skip to content

Commit

Permalink
Fix nav toggle button height in header light
Browse files Browse the repository at this point in the history
  • Loading branch information
alinekeller committed Jul 31, 2023
1 parent 26f408e commit f621d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/components/organisms/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,13 @@
align-items: center;

@include media-breakpoint-down(sm) {
.nav-toggle-mobile {
:not(.nav-lang.dropdown, .nav-user) + .nav-toggle-mobile {
padding: .5rem 0.9rem;
}
}

@include media-breakpoint-down(xs) {
.nav-toggle-mobile {
:not(.nav-lang.dropdown, .nav-user) + .nav-toggle-mobile {
padding: .625rem 0.9rem;
}
}
Expand Down

0 comments on commit f621d2e

Please sign in to comment.