From d38e929be514e60e9a2900123e25de716d0eedd8 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Fri, 24 Jun 2016 11:12:32 +0200 Subject: [PATCH] fixed img max-width on simplenews --- sites/all/themes/gui/materiobasetheme/css/styles.css | 2 +- sites/all/themes/gui/materiobasetheme/scss/styles.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/all/themes/gui/materiobasetheme/css/styles.css b/sites/all/themes/gui/materiobasetheme/css/styles.css index d778bcd5..b46c15a9 100644 --- a/sites/all/themes/gui/materiobasetheme/css/styles.css +++ b/sites/all/themes/gui/materiobasetheme/css/styles.css @@ -6473,7 +6473,7 @@ body.node-type-simplenews #content article.node.node-simplenews { 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; } + max-width: 9999px; } @media only screen and (max-width: 40em) { body.node-type-simplenews #content article.node.node-simplenews { max-width: 100%; diff --git a/sites/all/themes/gui/materiobasetheme/scss/styles.scss b/sites/all/themes/gui/materiobasetheme/scss/styles.scss index 0412e6d9..dacf54b9 100644 --- a/sites/all/themes/gui/materiobasetheme/scss/styles.scss +++ b/sites/all/themes/gui/materiobasetheme/scss/styles.scss @@ -2203,7 +2203,7 @@ body.node-type-simplenews{ tbody{ border-top:0px; } - img{max-width: 218px;} + img{max-width: 9999px;} @media #{$small-only}{ max-width: 100%;