Skip to content

Commit

Permalink
Merge pull request #4677 from alphagov/adjust-tudor-crown-spacing
Browse files Browse the repository at this point in the history
Adjust the spacing of the new Tudor crown
  • Loading branch information
querkmachine authored Feb 1, 2024
2 parents bfe1c39 + f607a83 commit 95dc753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ These changes were made in the following pull requests:

- [#4376: Implement the Tudor crown favicons (v4.x)](https://github.com/alphagov/govuk-frontend/pull/4376)
- [#4278: Implement the Tudor crown in the Header component (v4.x)](https://github.com/alphagov/govuk-frontend/pull/4278)
- [#4677: Adjust the spacing of the new Tudor crown (v4.x)](https://github.com/alphagov/govuk-frontend/pull/4677) - thanks to [Martin Jones](https://github.com/MartinJJones) and [Mónica Crusellas](https://github.com/monicacrusellasfanlo) for contributing this change

##### Include the new logo assets

Expand Down
3 changes: 2 additions & 1 deletion src/govuk/components/header/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
// existing crown. In Frontend v5, this rule should replace the equivalent in
// the block above.
.govuk-header__logotype-crown[width="32"] {
margin-right: 4px;
top: -3px;
margin-right: 2px;
}

.govuk-header__logotype-crown-fallback-image {
Expand Down

0 comments on commit 95dc753

Please sign in to comment.