Skip to content

Commit

Permalink
Merge pull request #2949 from alphagov/fix-org-logo
Browse files Browse the repository at this point in the history
Fix underline on organisation logo component
  • Loading branch information
andysellick authored Sep 9, 2022
2 parents b007835 + f96885d commit 1d8b1e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## Unreleased

* Fix underline on organisation logo component ([PR #2949](https://github.com/alphagov/govuk_publishing_components/pull/2949))
* Integrate GA4 analytics code with cookie consent mechanism ([PR #2915](https://github.com/alphagov/govuk_publishing_components/pull/2915))

## 30.4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
.gem-c-organisation-logo__crest {
// Default brand colour
border-left: 2px solid govuk-colour("black");
padding-top: 20px;
padding-top: 23px;
padding-left: 6px;

@include govuk-media-query($from: tablet) {
padding-top: 25px;
padding-top: 28px;
padding-left: 7px;
}

Expand All @@ -53,8 +53,6 @@
}

.gem-c-organisation-logo__name {
position: relative;
top: 3px;
font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

Expand Down

0 comments on commit 1d8b1e7

Please sign in to comment.