Skip to content

Commit

Permalink
Increase height of primary navigation bar (#158)
Browse files Browse the repository at this point in the history
This bumps the height of the primary navigation bar up from 50px to 55px.
  • Loading branch information
frankieroberto authored Nov 1, 2023
1 parent 2d43c9f commit 738a742
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
box-sizing: border-box;
display: block;
float: left;
line-height: 50px;
height: 50px;
line-height: 55px;
height: 55px;
padding: 0 govuk-spacing(3);
position: relative;
}
Expand Down

0 comments on commit 738a742

Please sign in to comment.