retouche desing titre, sous titre

This commit is contained in:
2025-05-28 23:08:50 +02:00
parent 66f1de2408
commit 865c1b8ec1
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -2319,7 +2319,7 @@ svg.ext {
} }
} }
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodetitle { .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodetitle {
font-size: 3rem; font-size: 2.5rem;
font-weight: 600; font-weight: 600;
line-height: 1.2; line-height: 1.2;
} }
@@ -2330,6 +2330,8 @@ svg.ext {
} }
} }
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre .field--name-field-edition p { .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre .field--name-field-edition p {
font-weight: 600;
font-size: 2rem;
margin-bottom: 0; margin-bottom: 0;
} }
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-edition .field--name-field-edition p { .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-edition .field--name-field-edition p {
@@ -2339,6 +2341,7 @@ svg.ext {
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 800; font-weight: 800;
line-height: 0.8; line-height: 0.8;
margin-top: 1rem;
} }
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-auteur-s- .field--name-field-auteur-s- p { .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-auteur-s- .field--name-field-auteur-s- p {
margin: 0; margin: 0;
@@ -102,7 +102,7 @@
} }
} }
.block-entity-fieldnodetitle{ .block-entity-fieldnodetitle{
font-size: 3rem; font-size: 2.5rem;
font-weight: 600; font-weight: 600;
line-height: 1.2; line-height: 1.2;
.field--name-title{ .field--name-title{
@@ -116,6 +116,8 @@
.block-entity-fieldnodefield-sous-titre{ .block-entity-fieldnodefield-sous-titre{
.field--name-field-edition{ .field--name-field-edition{
p{ p{
font-weight: 600;
font-size: 2rem;
margin-bottom: 0; margin-bottom: 0;
} }
} }
@@ -133,6 +135,7 @@
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 800; font-weight: 800;
line-height: 0.8; line-height: 0.8;
margin-top: 1rem;
p{ p{
margin: 0; margin: 0;
} }