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;}