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

restore max-width 100% for images

parent 20da2c8e
......@@ -57,6 +57,7 @@ sub {
bottom: -0.25em;
}
img {
max-width: 100%;
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
......
......@@ -75,6 +75,7 @@ sub {
// -------------------------
img {
max-width: 100%; // Make images inherently responsive
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
......
Markdown is supported
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