Commit 7b726f97 authored by alienlebarge's avatar alienlebarge

fix responsive height of image

parent cda48d41
...@@ -76,6 +76,7 @@ sub { ...@@ -76,6 +76,7 @@ sub {
img { img {
max-width: 100%; // Make images inherently responsive max-width: 100%; // Make images inherently responsive
height: auto; // Make images inherently responsive
vertical-align: middle; vertical-align: middle;
border: 0; border: 0;
-ms-interpolation-mode: bicubic; -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