From 52332fa126507c79aad6f4130f9aaddbfb5a88e2 Mon Sep 17 00:00:00 2001 From: ouidade Date: Mon, 16 Sep 2024 11:41:29 +0200 Subject: [PATCH] taille colonne link --- web/themes/custom/reha/dist/css/bundle.css | 3 ++- web/themes/custom/reha/scss/pages/node-ressource.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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%; } }