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 8c6ea5a..a811234 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 @@ -4267,7 +4267,6 @@ body { .node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first { position: fixed; width: 20% !important; - margin-top: 1rem; display: flex; flex-direction: column; margin-left: 2rem; @@ -4348,7 +4347,6 @@ body { } .node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second { position: relative; - margin-top: 1rem; display: flex; flex-direction: column; /* Quand ouvert */ @@ -4547,7 +4545,7 @@ body { } .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third { position: relative; - margin-top: 2rem; + margin-top: 1rem; margin-left: 2rem; } @media (max-width: 810px) { 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 4788500..0b48f52 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 @@ -26,7 +26,7 @@ .block-region-first{ position:fixed; width: 20% !important; - margin-top: 1rem; + // margin-top: 1rem; display: flex; flex-direction: column; @@ -114,7 +114,7 @@ } .block-region-second{ position: relative; - margin-top: 1rem; + // margin-top: 1rem; display: flex; flex-direction: column; @media(max-width: 810px){ @@ -340,7 +340,7 @@ .block-region-third{ position:relative; // width: 23% !important; - margin-top: 2rem; + margin-top: 1rem; margin-left: 2rem; @media(max-width: 810px){ position: relative;