Skip to content

Commit

Permalink
fix(header): remove enlarged gap for borders (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: Gareth Cozens <[email protected]>
  • Loading branch information
cloudratha and Gareth Cozens authored Nov 2, 2021
1 parent faf0007 commit 1d3c18d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lbh/components/lbh-header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
position: relative;
z-index: lbh-depth-index("header");
margin-top: 0;
@include lbh-rem(padding-bottom, 21);
@include lbh-rem(padding-bottom, 16);
border-bottom: 2px solid lbh-colour("lbh-a03");
background: lbh-colour("lbh-white");

Expand Down Expand Up @@ -140,6 +140,7 @@
}

&__logo-text {
color: lbh-colour("lbh-white");
@include govuk-visually-hidden;
}

Expand Down

0 comments on commit 1d3c18d

Please sign in to comment.