浏览代码

taille h2 actu home

ouidade 2 小时之前
父节点
当前提交
04eb1f7023

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

@@ -2478,7 +2478,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
 }
 .block-views-blockactus-block-1 h2 {
   width: 80%;
-  font-size: 1.5rem;
+  font-size: 2rem;
   font-weight: 900;
   margin-left: 10%;
   padding-top: 1rem;
@@ -2550,6 +2550,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
   margin-left: 0;
   padding-top: 0.5rem;
   font-weight: 600;
+  font-size: 1.5rem;
 }
 .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

@@ -3,7 +3,7 @@
     padding-bottom: 3rem;
     h2{
         width: 80%;
-        font-size: 1.5rem;
+        font-size: 2rem;
         font-weight: 900;
         margin-left: 10%;
         padding-top: 1rem;
@@ -64,6 +64,7 @@
                             margin-left: 0;
                             padding-top: 0.5rem;
                             font-weight: 600;
+                            font-size: 1.5rem;
                         }
                         .field--name-field-sous-titre{
                             padding-top: 0 rem;