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 970a14e..14891fd 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,15 +4241,13 @@ body { } .node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first { position: fixed; - width: 20% !important; + width: 30% !important; margin-top: 1rem; display: flex; flex-direction: column; - align-items: center; - margin-left: 2rem; } .node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container { - width: 100%; + width: 100% !important; } .node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container h2 { display: none; @@ -4301,6 +4299,7 @@ body { flex: 0 1 50% !important; margin-top: 1rem; max-width: 50%; + 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 7f925dc..b1a2241 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,18 +20,18 @@ position: relative; .block-region-first{ position:fixed; - width: 20% !important; + width: 30% !important; margin-top: 1rem; display: flex; flex-direction: column; - align-items: center; - margin-left: 2rem; + // align-items: center; + // margin-left: 2rem; // @media(max-width: 810px){ // position: relative; // width: 100% !important; // } #sites-map-container{ - width: 100%; + width: 100% !important; h2{ display: none; } @@ -97,6 +97,7 @@ flex: 0 1 50% !important; margin-top: 1rem; max-width: 50%; + margin-left: 3rem; .block-region-second{ // margin-left: 3rem; position: relative;