Skip to content

Commit 3d2abef

Browse files
committed
Set img { max-width: 100%; } for all devices
1 parent c10ca87 commit 3d2abef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

stylesheets/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ iframe {
185185
width: 100%;
186186
}
187187

188+
#main img {
189+
max-width: 100%;
190+
}
191+
188192
#content-wrapper {
189193
width: 70%;
190194
display: table-cell;

stylesheets/mobile.css

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434

3535
#content-wrapper { padding: 0 24px; }
3636

37-
#main img { max-width: 100%; }
38-
3937
#home-page-layout #intro {
4038
padding-right: 24px;
4139
padding-left: 24px;

0 commit comments

Comments
 (0)