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 3e88fe6..6a6a7ca 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 @@ -4279,7 +4279,8 @@ body { } } .node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container { - width: 65% !important; + width: 100% !important; + padding-left: 1rem; } .node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container h2 { display: none; @@ -4335,9 +4336,9 @@ body { height: 25px; } .node-type-projet .layout--threecol-25-50-25 .layout__region--second { - flex: 0 1 45% !important; + flex: 0 1 50% !important; margin-top: 1rem; - max-width: 45%; + max-width: 50%; } @media (max-width: 810px) { .node-type-projet .layout--threecol-25-50-25 .layout__region--second { 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 bd04ce9..e1ade0b 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 @@ -38,7 +38,8 @@ } #sites-map-container{ - width: 65% !important; + width: 100% !important; + padding-left: 1rem; h2{ display: none; } @@ -107,9 +108,9 @@ } .layout__region--second{ - flex: 0 1 45% !important; + flex: 0 1 50% !important; margin-top: 1rem; - max-width: 45%; + max-width: 50%; @media(max-width: 810px){ max-width: 80% !important; margin: auto;