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 90d5444 commit 7094db0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased

* Update navigation header toggle button spacing ([PR #2483](https://github.com/alphagov/govuk_publishing_components/pull/2483))

## 27.14.2

* Update Start button so info text is associated ([PR #2476](https://github.com/alphagov/govuk_publishing_components/pull/2476))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ $search-width-or-height: $black-bar-height;
bottom: 0;
content: " ";
height: 3px;
left: govuk-spacing(3);
left: govuk-spacing(5);
position: absolute;
right: govuk-spacing(3);
right: govuk-spacing(6);
top: auto;
}

Expand Down Expand Up @@ -441,7 +441,7 @@ $search-width-or-height: $black-bar-height;
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 7094db0

Please sign in to comment.