From 31bf030ed09c6a3c2899b305182c7cca3e8bb547 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 3 Oct 2025 10:56:43 +0200 Subject: [PATCH] h2 bandeau actus centered --- web/themes/custom/reha/dist/css/bundle.css | 2 ++ .../custom/reha/scss/pages/home/_home-view-actualites.scss | 2 ++ 2 files changed, 4 insertions(+) diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 4cd29c8..14e0556 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -2486,6 +2486,8 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div font-weight: 900; margin-left: 10%; padding-top: 1rem; + text-align: center; + margin-bottom: 4rem; } .block-views-blockactus-block-1 .view-id-actus { width: 100%; diff --git a/web/themes/custom/reha/scss/pages/home/_home-view-actualites.scss b/web/themes/custom/reha/scss/pages/home/_home-view-actualites.scss index af93940..45861b1 100644 --- a/web/themes/custom/reha/scss/pages/home/_home-view-actualites.scss +++ b/web/themes/custom/reha/scss/pages/home/_home-view-actualites.scss @@ -7,6 +7,8 @@ font-weight: 900; margin-left: 10%; padding-top: 1rem; + text-align: center; + margin-bottom: 4rem; } .view-id-actus{ width: 100%;