Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 32fce43

Browse files
mohammedzamakhanwardbell
authored andcommitted
chore: fix image width problem on mobile (iPhone) devices w/ CSS - img {max-width:100%}
closes #985, #801
1 parent ac70973 commit 32fce43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/resources/css/module/_images.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
img {
1010
border-radius: 4px;
1111
display: inline-block;
12+
max-width: 100%;
1213
}
1314
}

0 commit comments

Comments
 (0)