From 865c1b8ec17fcd800250fcd245b20d8265c39f00 Mon Sep 17 00:00:00 2001 From: ouidade Date: Wed, 28 May 2025 23:08:50 +0200 Subject: [PATCH] retouche desing titre, sous titre --- web/themes/custom/eql/dist/assets/css/bundle.css | 5 ++++- web/themes/custom/eql/scss/pages/_ressource.scss | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 20daffa..06704a7 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -2319,7 +2319,7 @@ svg.ext { } } .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodetitle { - font-size: 3rem; + font-size: 2.5rem; font-weight: 600; 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 { + font-weight: 600; + font-size: 2rem; margin-bottom: 0; } .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-weight: 800; 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 { margin: 0; diff --git a/web/themes/custom/eql/scss/pages/_ressource.scss b/web/themes/custom/eql/scss/pages/_ressource.scss index 015bd33..8397477 100644 --- a/web/themes/custom/eql/scss/pages/_ressource.scss +++ b/web/themes/custom/eql/scss/pages/_ressource.scss @@ -102,7 +102,7 @@ } } .block-entity-fieldnodetitle{ - font-size: 3rem; + font-size: 2.5rem; font-weight: 600; line-height: 1.2; .field--name-title{ @@ -116,6 +116,8 @@ .block-entity-fieldnodefield-sous-titre{ .field--name-field-edition{ p{ + font-weight: 600; + font-size: 2rem; margin-bottom: 0; } } @@ -133,6 +135,7 @@ font-size: 1.5rem; font-weight: 800; line-height: 0.8; + margin-top: 1rem; p{ margin: 0; }