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 1f33ab7..8487c1c 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 @@ -4233,7 +4233,7 @@ body { margin-top: 2rem; } .node-type-projet .layout-content .content_container { - width: 95% !important; + width: 100% !important; } .node-type-projet .layout--threecol-25-50-25 .layout__region--first { flex: 0 1 25%; @@ -4296,14 +4296,13 @@ body { height: 25px; } .node-type-projet .layout--threecol-25-50-25 .layout__region--second { - flex: 0 1 50% !important; + flex: 0 1 45% !important; margin-top: 1rem; - max-width: 50%; + max-width: 45%; margin-left: 3rem; } .node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second { position: relative; - margin-right: 3rem; margin-top: 1rem; display: flex; flex-direction: column; @@ -4442,12 +4441,13 @@ body { order: 4; } .node-type-projet .layout--threecol-25-50-25 .layout__region--third { - flex: 0 1 25%; + flex: 0 1 20%; } .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third { position: fixed; - width: 20% !important; + width: 23% !important; margin-top: 2rem; + margin-left: 2rem; } @media (max-width: 810px) { .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third { 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 b1a2241..8778f82 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 @@ -4,7 +4,7 @@ // max-width: 100vw; .content_container{ - width: 95% !important; + width: 100% !important; } } .layout--threecol-25-50-25{ @@ -94,14 +94,14 @@ } .layout__region--second{ - flex: 0 1 50% !important; + flex: 0 1 45% !important; margin-top: 1rem; - max-width: 50%; + max-width: 45%; margin-left: 3rem; .block-region-second{ // margin-left: 3rem; position: relative; - margin-right: 3rem; + // margin-right: 3rem; margin-top: 1rem; display: flex; flex-direction: column; @@ -255,11 +255,12 @@ } } .layout__region--third{ - flex: 0 1 25%; + flex: 0 1 20%; .block-region-third{ position:fixed; - width: 20% !important; + width: 23% !important; margin-top: 2rem; + margin-left: 2rem; @media(max-width: 810px){ position: relative; }