Skip to content

Commit

Permalink
Merge pull request #3308 from alphagov/fix-org-logo-resize
Browse files Browse the repository at this point in the history
Style organisation logos with flex-basis on desktop only
  • Loading branch information
AshGDS authored Aug 27, 2024
2 parents e6e7044 + 8533392 commit 0107bf2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app/assets/stylesheets/helpers/_organisation-logos.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
.organisation-logos {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
list-style-type: none;
margin-top: govuk-spacing(2);
padding: 0;
}

.organisation-logos__logo {
display: inline-block;
vertical-align: top;
padding-bottom: govuk-spacing(3);
margin-right: govuk-spacing(3);
flex-basis: 25%;
min-width: 130px;
margin-right: govuk-spacing(6);
}

0 comments on commit 0107bf2

Please sign in to comment.