Skip to content

Commit

Permalink
Merge pull request #3322 from alphagov/logo-fix-sep-2024
Browse files Browse the repository at this point in the history
Fix custom logos taking up full width
  • Loading branch information
AshGDS authored Sep 5, 2024
2 parents cadebfb + 21dccc5 commit ea6a5ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/assets/stylesheets/helpers/_organisation-logos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,13 @@
vertical-align: top;
padding-bottom: govuk-spacing(3);
margin-right: govuk-spacing(6);

& img {
@include govuk-media-query($until: desktop) {
width: 140px;
}
@include govuk-media-query($from: desktop) {
max-width: 240px;
}
}
}

0 comments on commit ea6a5ae

Please sign in to comment.