Quellcode durchsuchen

font size title actu

ouidade vor 3 Jahren
Ursprung
Commit
ae104204dc

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

@@ -772,7 +772,7 @@ a {
       margin: 0; }
       .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
         font-family: "Source Code Pro";
-        font-size: 3rem;
+        font-size: 2.5rem;
         font-weight: 500; }
     .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-date {
       grid-column: 2 / span 3;

+ 1 - 1
web/themes/custom/eql/scss/pages/_actualite.scss

@@ -26,7 +26,7 @@
                     margin: 0;
                     .field--name-title{
                         font-family: "Source Code Pro";
-                        font-size: 3rem;
+                        font-size: 2.5rem;
                         font-weight: 500;
                     }
                 }