From fc9112e31e156b871f4c875044d3cf197f8f8a5d Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 7 Oct 2025 12:50:47 +0200 Subject: [PATCH] responsive page /actualites --- web/themes/custom/reha/dist/css/bundle.css | 2 +- web/themes/custom/reha/scss/pages/_actualites.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index ffe37c2..0b96039 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -3479,7 +3479,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div @media (max-width: 891px) { .page-actualites .view-actus { flex-direction: column; - width: 100%; + width: 90%; } } .page-actualites .view-actus .views-row { diff --git a/web/themes/custom/reha/scss/pages/_actualites.scss b/web/themes/custom/reha/scss/pages/_actualites.scss index 10ab9d0..ef7a4bc 100644 --- a/web/themes/custom/reha/scss/pages/_actualites.scss +++ b/web/themes/custom/reha/scss/pages/_actualites.scss @@ -15,7 +15,7 @@ justify-content: space-between; @media (max-width:891px) { flex-direction: column; - width: 100%; + width: 90%; } .views-row{ width: 28%;