Skip to content

Commit 21dccc5

Browse files
committed
Fix custom logos taking up full width
1 parent cadebfb commit 21dccc5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/assets/stylesheets/helpers/_organisation-logos.scss

+9
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,13 @@
99
vertical-align: top;
1010
padding-bottom: govuk-spacing(3);
1111
margin-right: govuk-spacing(6);
12+
13+
& img {
14+
@include govuk-media-query($until: desktop) {
15+
width: 140px;
16+
}
17+
@include govuk-media-query($from: desktop) {
18+
max-width: 240px;
19+
}
20+
}
1221
}

0 commit comments

Comments
 (0)