Skip to content

Commit

Permalink
Add spacing for more space
Browse files Browse the repository at this point in the history
As noted in #891 at certain viewport, the space between menu and product
name is very tight.

This adds a bit more space between both.
  • Loading branch information
igloosi committed Oct 2, 2018
1 parent 98e8075 commit df413cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
.govuk-header__product-name {
@include govuk-font($size: 24);
display: inline-table;
padding-right: govuk-spacing(2);
}

.govuk-header__link {
Expand Down

0 comments on commit df413cf

Please sign in to comment.