From 7ef559fa24a213dd2915841ce6332c4ed7f2c36c Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 2 Dec 2021 16:26:34 +0100 Subject: [PATCH] fix bug node id 4 --- web/themes/custom/eql/css-compiled/styles.css | 3 +-- web/themes/custom/eql/scss/pages/_static.scss | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index b3e43df..0903c01 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -192,8 +192,7 @@ a { color: #09398b; text-transform: uppercase; } .layout__region--second .block-entity-fieldnodefield-textes h4 { - text-transform: none !important; - width: 25%; } + text-transform: none !important; } .layout__region--second .block-entity-fieldnodefield-textes h4 img { width: 100%; height: auto; } diff --git a/web/themes/custom/eql/scss/pages/_static.scss b/web/themes/custom/eql/scss/pages/_static.scss index 1b3ffde..0a5c492 100644 --- a/web/themes/custom/eql/scss/pages/_static.scss +++ b/web/themes/custom/eql/scss/pages/_static.scss @@ -58,7 +58,7 @@ } h4{ text-transform: none !important; - width: 25%; + img{ width: 100%; height: auto;