From ec1b78fd086c28518452617cb895b83d2a6f4529 Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 24 Oct 2023 13:02:31 +0200 Subject: [PATCH] margin title in zoom --- web/themes/custom/eql/css-compiled/styles.css | 4 ++-- web/themes/custom/eql/scss/pages/_home.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index e1e6343..6814e1a 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -735,13 +735,13 @@ a { padding-top: 0 !important; padding-bottom: 0 !important; } .path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child .field--name-field-sous-titre { - margin-top: 0.5rem; + margin-top: 0.8rem; font-size: 0.9rem; font-weight: 800; order: 4; } .path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child .field--name-title { order: 3; - margin-top: 0.5rem; + margin-top: 0.8rem; font-size: 0.9rem; font-weight: 800; } .path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child .field--name-title h2 { diff --git a/web/themes/custom/eql/scss/pages/_home.scss b/web/themes/custom/eql/scss/pages/_home.scss index 3954f5b..42753c0 100644 --- a/web/themes/custom/eql/scss/pages/_home.scss +++ b/web/themes/custom/eql/scss/pages/_home.scss @@ -474,14 +474,14 @@ } } } .field--name-field-sous-titre{ - margin-top: 0.5rem; + margin-top: 0.8rem; font-size: 0.9rem; font-weight: 800; order: 4; } .field--name-title{ order: 3; - margin-top: 0.5rem; + margin-top: 0.8rem; font-size: 0.9rem; font-weight: 800; h2{margin: 0;}