Explorar o código

font size titre ressource teaser

ouidade hai 1 semana
pai
achega
66f1de2408

+ 3 - 1
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -6700,7 +6700,7 @@ article.node-type-ressource .wrapper-ressource .field--name-title h2 a {
   color: rgb(0, 0, 0);
   font-size: 1rem;
   font-weight: 900;
-  font-style: italic;
+  font-style: normal;
 }
 article.node-type-ressource .wrapper-ressource .field--name-field-auteur-s- {
   grid-column: 2;
@@ -6719,6 +6719,8 @@ article.node-type-ressource .wrapper-ressource .field--name-field-sous-titre {
   grid-column: 2;
   margin-top: 0.5rem;
   order: 5;
+  font-size: 1rem;
+  font-weight: 900;
 }
 article.node-type-ressource .wrapper-ressource .field--name-field-edition {
   grid-column: 2;

+ 3 - 1
web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss

@@ -139,7 +139,7 @@ article.node-type-ressource{
                     color: $black;
                     font-size: 1rem;
                     font-weight: 900;
-                    font-style: italic;
+                    font-style: normal;
                 }
 
             }
@@ -162,6 +162,8 @@ article.node-type-ressource{
             grid-column: 2;
             margin-top: 0.5rem;
             order: 5;
+            font-size: 1rem;
+            font-weight: 900;
         }
         .field--name-field-edition{
             grid-column: 2;