font size titre ressource teaser

This commit is contained in:
2025-05-28 23:04:03 +02:00
parent 33e28feb14
commit 66f1de2408
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -6700,7 +6700,7 @@ article.node-type-ressource .wrapper-ressource .field--name-title h2 a {
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
font-size: 1rem; font-size: 1rem;
font-weight: 900; font-weight: 900;
font-style: italic; font-style: normal;
} }
article.node-type-ressource .wrapper-ressource .field--name-field-auteur-s- { article.node-type-ressource .wrapper-ressource .field--name-field-auteur-s- {
grid-column: 2; grid-column: 2;
@@ -6719,6 +6719,8 @@ article.node-type-ressource .wrapper-ressource .field--name-field-sous-titre {
grid-column: 2; grid-column: 2;
margin-top: 0.5rem; margin-top: 0.5rem;
order: 5; order: 5;
font-size: 1rem;
font-weight: 900;
} }
article.node-type-ressource .wrapper-ressource .field--name-field-edition { article.node-type-ressource .wrapper-ressource .field--name-field-edition {
grid-column: 2; grid-column: 2;
@@ -139,7 +139,7 @@ article.node-type-ressource{
color: $black; color: $black;
font-size: 1rem; font-size: 1rem;
font-weight: 900; font-weight: 900;
font-style: italic; font-style: normal;
} }
} }
@@ -162,6 +162,8 @@ article.node-type-ressource{
grid-column: 2; grid-column: 2;
margin-top: 0.5rem; margin-top: 0.5rem;
order: 5; order: 5;
font-size: 1rem;
font-weight: 900;
} }
.field--name-field-edition{ .field--name-field-edition{
grid-column: 2; grid-column: 2;