From e35b681b6983208f8ea1ee8a46a4846b560b5366 Mon Sep 17 00:00:00 2001 From: ouidade Date: Mon, 17 Nov 2025 14:44:02 +0100 Subject: [PATCH] =?UTF-8?q?css=20node=20projet=20pr=C3=A9sentation=20?= =?UTF-8?q?=C3=A9quipe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom/quartiers_de_demain/dist/assets/css/bundle.css | 5 ++--- .../src/assets/scss/pages/node-type-projet.scss | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css b/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css index 9b8e46a..f1eed57 100644 --- a/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css +++ b/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css @@ -4459,11 +4459,10 @@ body { order: 6; } .node-type-projet .layout--threecol-25-50-25 .layout__region--third { - flex: 0 1 20%; + flex: 0 1 24%; } .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third { - position: fixed; - width: 23% !important; + position: relative; margin-top: 2rem; margin-left: 2rem; } diff --git a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-projet.scss b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-projet.scss index 41745f1..1d12399 100644 --- a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-projet.scss +++ b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-projet.scss @@ -274,10 +274,10 @@ } } .layout__region--third{ - flex: 0 1 20%; + flex: 0 1 24%; .block-region-third{ - position:fixed; - width: 23% !important; + position:relative; + // width: 23% !important; margin-top: 2rem; margin-left: 2rem; @media(max-width: 810px){