diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 43fcad9..abcd687 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -3170,7 +3170,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div } .page-node-site .node-type-ressource .body-content { grid-row: 2; - grid-column: 2/span 4; + grid-column: 2/span 3; width: 100%; margin-top: 2rem; } @@ -3181,6 +3181,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div margin-top: 2rem; position: relative; left: -10%; + width: 25%; } .page-actualites .view-actus { diff --git a/web/themes/custom/reha/scss/pages/node-ressource.scss b/web/themes/custom/reha/scss/pages/node-ressource.scss index 4095a6c..901c5c3 100644 --- a/web/themes/custom/reha/scss/pages/node-ressource.scss +++ b/web/themes/custom/reha/scss/pages/node-ressource.scss @@ -48,7 +48,7 @@ } .body-content { grid-row: 2; - grid-column: 2 /span 4; + grid-column: 2 /span 3; width: 100%; margin-top: 2rem; .field--name-field-fichiers{ @@ -61,6 +61,7 @@ margin-top: 2rem; position: relative; left: -10%; + width: 25%; } }