fixed img max-width on simplenews

This commit is contained in:
Bachir Soussi Chiadmi
2016-06-24 11:10:09 +02:00
parent 6fee348360
commit 266fb10083
2 changed files with 3 additions and 0 deletions

View File

@@ -6472,6 +6472,8 @@ body.node-type-simplenews #content article.node.node-simplenews {
padding: 1em 0; }
body.node-type-simplenews #content article.node.node-simplenews tbody {
border-top: 0px; }
body.node-type-simplenews #content article.node.node-simplenews img {
max-width: 218px; }
@media only screen and (max-width: 40em) {
body.node-type-simplenews #content article.node.node-simplenews {
max-width: 100%;