Browse Source

new contenu home font

ouidade 3 years ago
parent
commit
ca949c76dd

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

@@ -392,7 +392,6 @@ a {
       justify-content: right;
       display: flex;
       flex-direction: column;
-      font-family: "Source Code Pro";
       text-transform: uppercase;
       text-align: right;
       font-size: 1.3rem; }
@@ -405,7 +404,8 @@ a {
         top: -30px;
         right: -60px; }
       .path-frontpage .block-region-content .block-block-content7db64d87-3e22-4fbd-9c11-2b95f5bef695 .field--name-body :nth-child(2) {
-        font-size: 2rem; }
+        font-size: 2.5rem;
+        font-weight: 900; }
   .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 {
     grid-area: actus;
     width: 100vw;

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

@@ -186,7 +186,7 @@
                 justify-content: right;
                 display: flex;
                 flex-direction: column;
-                font-family: "Source Code Pro";
+                
                 text-transform: uppercase;
                 text-align: right;
                 font-size: 1.3rem;
@@ -202,7 +202,8 @@
                     }
                 }                
                 :nth-child(2){
-                    font-size: 2rem;
+                    font-size: 2.5rem;
+                    font-weight: 900;
                 }
             }
         }