소스 검색

font size title actu

ouidade 3 년 전
부모
커밋
ae104204dc
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      web/themes/custom/eql/css-compiled/styles.css
  2. 1 1
      web/themes/custom/eql/scss/pages/_actualite.scss

+ 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;
                     }
                 }