Set max-width to 100% for images in post-content

This commit is contained in:
Steffen van Bergerem 2015-06-05 00:12:05 +02:00
parent c1813aafa6
commit 39fe6bfff2

View file

@ -1,4 +1,5 @@
.post-content { .post-content {
img { max-width: 100%; }
.photo_attachments { .photo_attachments {
margin-top: 7px; margin-top: 7px;
padding-bottom: 10px; padding-bottom: 10px;