Commit 7b726f97 authored by alienlebarge's avatar alienlebarge

fix responsive height of image

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