Merge pull request #36 from JmzSoftware/new

Explicitly define height as auto
This commit is contained in:
Oscar Cortez 2016-01-09 21:49:48 -06:00
commit 3fb4e451df

View file

@ -34,6 +34,7 @@
.post-content {
img {
width: 100%;
height: auto;
}
}
}