Skip to content

Commit

Permalink
Update navigation header toggle button spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
injms committed Nov 29, 2021
1 parent 4fd2a29 commit 0d33cac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

## Unreleased

* Update search toggle / link hover state underline thickness ([PR #2484](https://github.com/alphagov/govuk_publishing_components/pull/2484))
* Remove whitespace from pseudo-element content ([PR #2482](https://github.com/alphagov/govuk_publishing_components/pull/2482))
* Update navigation header toggle button spacing ([PR #2483](https://github.com/alphagov/govuk_publishing_components/pull/2483))
* Update search toggle / link hover state underline thickness ([PR #2484](https://github.com/alphagov/govuk_publishing_components/pull/2484))

## 27.14.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ $pseudo-underline-height: 3px;
bottom: 0;
content: "";
height: $pseudo-underline-height;
left: govuk-spacing(3);
left: govuk-spacing(5);
position: absolute;
right: govuk-spacing(3);
right: govuk-spacing(6);
top: auto;
}

Expand Down Expand Up @@ -442,7 +442,7 @@ $pseudo-underline-height: 3px;
font-size: govuk-px-to-rem(16px);
}
height: $black-bar-height;
padding: govuk-spacing(3);
padding: govuk-spacing(3) govuk-spacing(6) govuk-spacing(3) govuk-spacing(5);
position: relative;
text-decoration: none;

Expand Down

0 comments on commit 0d33cac

Please sign in to comment.