diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 4795299..5889d76 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -336,7 +336,7 @@ a { font-size: 5rem; font-weight: 900; color: #009ee3; - line-height: 7rem; + line-height: 6.9rem; margin-top: 2rem; margin-bottom: 5rem; width: fit-content; } @@ -344,8 +344,7 @@ a { margin-top: 4rem; margin-bottom: 0; } .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche span { - background-color: white; - line-height: 2rem; } + background-color: white; } .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title { grid-column: 4; grid-row: 2; diff --git a/web/themes/custom/eql/scss/pages/_home.scss b/web/themes/custom/eql/scss/pages/_home.scss index db5a624..e2f8e8c 100644 --- a/web/themes/custom/eql/scss/pages/_home.scss +++ b/web/themes/custom/eql/scss/pages/_home.scss @@ -39,7 +39,7 @@ font-size: 5rem; font-weight: 900; color: $blue-light; - line-height: 7rem; + line-height: 6.9rem; margin-top: 2rem; margin-bottom: 5rem; width: fit-content; @@ -51,7 +51,7 @@ span { background-color: $white; - line-height: 2rem; + } }