Skip to content

Commit

Permalink
Increase menu button minimum height to 24px
Browse files Browse the repository at this point in the history
Allows us to resolve #4357 at the same time
  • Loading branch information
owenatgov committed Jan 5, 2024
1 parent 812fc1c commit 104b978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// This crown height is only used to calculate top offset of mobile menu button
// as the crown svg height is the only thing that controls the height of the header
$govuk-header-crown-height: 30px;
$govuk-header-menu-button-height: 20px;
$govuk-header-menu-button-height: 24px;
$govuk-header-menu-button-width: 80px;

.govuk-header {
Expand Down

0 comments on commit 104b978

Please sign in to comment.