We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
img { max-width: 100%; }
1 parent c10ca87 commit 3d2abefCopy full SHA for 3d2abef
stylesheets/main.css
@@ -185,6 +185,10 @@ iframe {
185
width: 100%;
186
}
187
188
+#main img {
189
+ max-width: 100%;
190
+}
191
+
192
#content-wrapper {
193
width: 70%;
194
display: table-cell;
stylesheets/mobile.css
@@ -34,8 +34,6 @@
34
35
#content-wrapper { padding: 0 24px; }
36
37
- #main img { max-width: 100%; }
38
-
39
#home-page-layout #intro {
40
padding-right: 24px;
41
padding-left: 24px;
0 commit comments