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;