Skip to content

Commit

Permalink
Improve logo spacing
Browse files Browse the repository at this point in the history
The new search box is larger than the old one making the header section taller.
This adjusts the header to put the searchbox central vertically and aligns the
logo with it.
  • Loading branch information
maxgds committed Feb 12, 2020
1 parent b53f161 commit f279af1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
.gem-c-layout-header__logo,
.gem-c-layout-header__search {
padding: 0;
margin-bottom: govuk-spacing(2);

@include govuk-media-query($until: "tablet") {
margin-bottom: 0;
Expand All @@ -40,6 +39,8 @@

.gem-c-header__logo {
white-space: nowrap;
margin-top: govuk-spacing(1);
margin-bottom: govuk-spacing(3);
}

.gem-c-header__content {
Expand Down

0 comments on commit f279af1

Please sign in to comment.