Parcourir la source

interlignage home

ouidade il y a 3 ans
Parent
commit
53497652db

+ 2 - 3
web/themes/custom/eql/css-compiled/styles.css

@@ -336,7 +336,7 @@ a {
         font-size: 5rem;
         font-weight: 900;
         color: #009ee3;
-        line-height: 7rem;
+        line-height: 6.9rem;
         margin-top: 2rem;
         margin-bottom: 5rem;
         width: fit-content; }
@@ -344,8 +344,7 @@ a {
           margin-top: 4rem;
           margin-bottom: 0; }
         .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche span {
-          background-color: white;
-          line-height: 2rem; }
+          background-color: white; }
       .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
         grid-column: 4;
         grid-row: 2;

+ 2 - 2
web/themes/custom/eql/scss/pages/_home.scss

@@ -39,7 +39,7 @@
                         font-size: 5rem;                        
                         font-weight: 900;
                         color: $blue-light;
-                        line-height: 7rem;
+                        line-height: 6.9rem;
                         margin-top: 2rem;
                         margin-bottom: 5rem;
                         width: fit-content;
@@ -51,7 +51,7 @@
 
                         span {
                             background-color: $white;
-                            line-height: 2rem;
+
                         }
 
                     }