Skip to content

Commit acfe1e6

Browse files
authored
Merge pull request #1330 from prezly/feature/dev-20892-logos-still-using-padding
[DEV-20892] Fix - Stretch logos to 100% width
2 parents eb785bb + 8238fe3 commit acfe1e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/InfiniteHubStories/NewsroomLogo.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
img {
2525
display: block;
26-
width: auto;
26+
width: 100%;
2727
max-width: 100%;
2828
height: auto;
2929
max-height: 100%;

0 commit comments

Comments
 (0)