🐛 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;
}
}
}
p img {
width: 100%;
.post-content {
img {
width: 100%;
}
}
}