Make images look better in iframes

This commit is contained in:
Matthew Grove
2018-12-12 17:34:46 +00:00
parent 14912e4e50
commit aef6405f22

View File

@@ -30,7 +30,7 @@ img {
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
img { img {
width: 100%; width: calc(100% - 20px);
} }
} }