🐛 Move img fix to appropriate selector

This commit is contained in:
Thomas Hunsaker 2015-11-02 19:54:01 +00:00
parent 5f3a97188f
commit 72df7a89a5

View file

@ -28,9 +28,10 @@
margin-top: 48px; margin-top: 48px;
} }
} }
} .post-content {
img {
p img { width: 100%;
width: 100%; }
}
} }