Browse Source

taille colonne link

ouidade 6 months ago
parent
commit
52332fa126

+ 2 - 1
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 {

+ 2 - 1
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%;
             }
 
         }