From db4e38cf0d9c6f24dfb9200a68b0aaa11e8e6c01 Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 2 Oct 2025 22:01:26 +0200 Subject: [PATCH] width img /ressources --- web/themes/custom/reha/dist/css/bundle.css | 2 +- web/themes/custom/reha/scss/pages/_ressources.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 160c369..43bb0c0 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -3043,7 +3043,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div } .page-ressources .view-ressources .views-row .node-type-ressource .image-ressource { order: 1; - width: auto; + width: 100%; margin: auto; margin-left: auto; height: 15rem; diff --git a/web/themes/custom/reha/scss/pages/_ressources.scss b/web/themes/custom/reha/scss/pages/_ressources.scss index 4d9e39f..dd58ebf 100644 --- a/web/themes/custom/reha/scss/pages/_ressources.scss +++ b/web/themes/custom/reha/scss/pages/_ressources.scss @@ -92,11 +92,12 @@ padding-top: 0; .image-ressource{ order: 1; - width: auto; + width: 100%; margin: auto; margin-left: auto; height: 15rem; margin-left: 0; + .field--name-field-image{ height: 100%; .field__items{