From 2e228484db948a6010aa2896903e5efeba0f18ce Mon Sep 17 00:00:00 2001 From: ouidade Date: Mon, 17 Nov 2025 23:25:23 +0100 Subject: [PATCH] width map node projet --- .../custom/quartiers_de_demain/dist/assets/css/bundle.css | 4 ++-- .../src/assets/scss/pages/node-type-projet.scss | 6 +++--- 2 files changed, 5 insertions(+), 5 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 e2593bf..51cb86f 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 @@ -4241,10 +4241,11 @@ body { } .node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first { position: fixed; - width: 30% !important; + width: 20% !important; margin-top: 1rem; display: flex; flex-direction: column; + margin-left: 2rem; } .node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container { width: 100% !important; @@ -4299,7 +4300,6 @@ body { flex: 0 1 45% !important; margin-top: 1rem; max-width: 45%; - margin-left: 3rem; } .node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second { position: relative; 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 eb328b2..f25d373 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 @@ -20,12 +20,12 @@ position: relative; .block-region-first{ position:fixed; - width: 30% !important; + width: 20% !important; margin-top: 1rem; display: flex; flex-direction: column; // align-items: center; - // margin-left: 2rem; + margin-left: 2rem; // @media(max-width: 810px){ // position: relative; // width: 100% !important; @@ -97,7 +97,7 @@ flex: 0 1 45% !important; margin-top: 1rem; max-width: 45%; - margin-left: 3rem; + // margin-left: 3rem; .block-region-second{ // margin-left: 3rem; position: relative;