digitalglarus: setting every image under the post should be 'responsive'
This commit is contained in:
parent
a5fe61d43c
commit
51b95bfce7
1 changed files with 6 additions and 0 deletions
|
@ -221,6 +221,12 @@ footer p {
|
||||||
padding: 0 40px;
|
padding: 0 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.digitalglarus-blog-content > img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width:361px) {
|
@media screen and (min-width:361px) {
|
||||||
padding: auto;
|
padding: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue