Commit 50b2245b authored by Mark Otto's avatar Mark Otto
Browse files

restore max-width 100% for images

parent 20da2c8e
Showing with 2 additions and 0 deletions
+2 -0
No preview for this file type
...@@ -57,6 +57,7 @@ sub { ...@@ -57,6 +57,7 @@ sub {
bottom: -0.25em; bottom: -0.25em;
} }
img { img {
max-width: 100%;
height: auto; height: auto;
border: 0; border: 0;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
......
...@@ -75,6 +75,7 @@ sub { ...@@ -75,6 +75,7 @@ sub {
// ------------------------- // -------------------------
img { img {
max-width: 100%; // Make images inherently responsive
height: auto; height: auto;
border: 0; border: 0;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment