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 e2593bf..185c3e0 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,7 +4241,7 @@ body { } .node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first { position: fixed; - width: 30% !important; + width: 20% !important; margin-top: 1rem; display: flex; flex-direction: column; 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 eb328b2..ceda9fd 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,7 +20,7 @@ position: relative; .block-region-first{ position:fixed; - width: 30% !important; + width: 20% !important; margin-top: 1rem; display: flex; flex-direction: column;