From d013d3e45f535218083f580ce92ab796393cdfbf Mon Sep 17 00:00:00 2001 From: ouidade Date: Wed, 12 Nov 2025 16:26:53 +0100 Subject: [PATCH] block third position pas fixed --- .../custom/quartiers_de_demain/dist/assets/css/bundle.css | 5 +---- .../src/assets/scss/pages/node-type-site.scss | 4 ++-- 2 files changed, 3 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 e8eac0a..741884c 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 @@ -3990,9 +3990,6 @@ body { width: 100%; } } -.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third { - position: fixed; -} @media (max-width: 810px) { .node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third { position: relative; @@ -4026,7 +4023,7 @@ body { width: 80%; font-family: "gilroy-light"; text-transform: uppercase; - font-size: 0.6rem; + font-size: 0.7rem; margin-bottom: 1rem; margin-top: 1rem; border-bottom: solid black 1px; diff --git a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss index 172e213..5311add 100644 --- a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss +++ b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss @@ -368,7 +368,7 @@ width: 100%; } .block-region-third{ - position: fixed; + // position: fixed; // width: 80%; @media(max-width: 810px){ position: relative; @@ -398,7 +398,7 @@ width: 80%; font-family: "gilroy-light"; text-transform: uppercase; - font-size: 0.6rem; + font-size: 0.7rem; margin-bottom: 1rem; margin-top: 1rem; border-bottom: solid black 1px;