Skip to content

Commit 1172b99

Browse files
authored
add {max-width: 100%} css rule to all img tags to improve mobile UX (elixir-lang#1386)
1 parent 833d9d7 commit 1172b99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ img {
192192
border: 0;
193193
-ms-interpolation-mode: bicubic;
194194
vertical-align: middle;
195+
max-width: 100%;
195196
}
196197
svg:not(:root) { overflow: hidden; }
197198
form { margin: 0; }

0 commit comments

Comments
 (0)