Browse Source

actus home

ouidade 1 month ago
parent
commit
7533ff2c1d

+ 2 - 1
web/themes/custom/reha/dist/css/bundle.css

@@ -2551,10 +2551,11 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
   width: 100%;
 }
 .block-views-blockactus-block-1 .view-id-actus .views-row .node-type-actualite > .entete_actu .infos-content h2 {
+  width: 100% !important;
   margin-left: 0;
   padding-top: 0.5rem;
   font-weight: 600;
-  font-size: 1.5rem;
+  font-size: 1.3rem;
 }
 .block-views-blockactus-block-1 .view-id-actus .views-row .node-type-actualite > .entete_actu .infos-content .field--name-field-sous-titre {
   padding-top: 0 rem;

+ 2 - 1
web/themes/custom/reha/scss/pages/home/_home-view-actualites.scss

@@ -61,10 +61,11 @@
                         height: fit-content;
                         width: 100%;
                         h2{
+                            width: 100% !important;
                             margin-left: 0;
                             padding-top: 0.5rem;
                             font-weight: 600;
-                            font-size: 1.5rem;
+                            font-size: 1.3rem;
                         }
                         .field--name-field-sous-titre{
                             padding-top: 0 rem;