From cb74b3c3fad2d9c3b881df1c7732b0c180f1414b Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 3 Oct 2025 15:55:05 +0200 Subject: [PATCH] font ressource --- web/themes/custom/reha/dist/css/bundle.css | 3 ++- web/themes/custom/reha/scss/pages/_node-ressource.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 8aeed80..e3e20b5 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -3382,9 +3382,10 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div .node-type-ressource .infos-content h1 { order: 2; font-size: 2rem; + font-weight: 400; } .node-type-ressource .infos-content .field--name-field-sous-titre { - font-size: 1.5rem; + font-size: 1.3rem; order: 3; } .node-type-ressource .infos-content .field--name-field-auteur { diff --git a/web/themes/custom/reha/scss/pages/_node-ressource.scss b/web/themes/custom/reha/scss/pages/_node-ressource.scss index 5edee2f..38bea3d 100644 --- a/web/themes/custom/reha/scss/pages/_node-ressource.scss +++ b/web/themes/custom/reha/scss/pages/_node-ressource.scss @@ -34,9 +34,10 @@ h1{ order: 2; font-size: 2rem; + font-weight: 400; } .field--name-field-sous-titre{ - font-size: 1.5rem; + font-size: 1.3rem; order: 3; } .field--name-field-auteur{