digitalglarus: setting every image under the post should be 'responsive'

This commit is contained in:
rascencio 2015-09-26 17:13:25 -06:00
parent a5fe61d43c
commit 51b95bfce7
1 changed files with 6 additions and 0 deletions

View File

@ -221,6 +221,12 @@ footer p {
padding: 0 40px;
}
.digitalglarus-blog-content > img {
width: 100%;
height: auto;
display: block;
}
@media screen and (min-width:361px) {
padding: auto;
}