Browse Source

h1 font size actu

ouidade 1 month ago
parent
commit
6b79fa34ac

+ 3 - 0
web/themes/custom/reha/dist/css/bundle.css

@@ -3291,6 +3291,9 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
     height: fit-content;
     height: fit-content;
   }
   }
 }
 }
+.node-type-actualite .entete_actu .infos-content h1 {
+  font-size: 1.5rem;
+}
 .node-type-actualite .body-content .summary-content {
 .node-type-actualite .body-content .summary-content {
   width: 60%;
   width: 60%;
   margin: auto;
   margin: auto;

+ 3 - 0
web/themes/custom/reha/scss/pages/_node-actualite.scss

@@ -28,6 +28,9 @@
                     width: 45%;
                     width: 45%;
                     height: fit-content;
                     height: fit-content;
                 }
                 }
+                h1{
+                    font-size: 1.5rem;
+                }
             }
             }
     
     
         }
         }