diff --git a/CHANGELOG.md b/CHANGELOG.md index e664c49c48..ad4f12ed01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/govuk/components/header/_index.scss b/src/govuk/components/header/_index.scss index 00cf399daa..8ea5fc53a2 100644 --- a/src/govuk/components/header/_index.scss +++ b/src/govuk/components/header/_index.scss @@ -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 {