diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index e877daf..78d52f8 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -699,6 +699,7 @@ a { flex-flow: row-reverse; background: rgba(0, 158, 227, 0.2); padding-right: 10%; + padding-top: 2rem; padding-bottom: 4rem; } .path-frontpage .block-block-contentbfb4368c-4f85-4329-88f1-8769161aa66f .field--type-text-with-summary { height: fit-content; diff --git a/web/themes/custom/eql/scss/pages/_home.scss b/web/themes/custom/eql/scss/pages/_home.scss index cea1cbf..df6c982 100644 --- a/web/themes/custom/eql/scss/pages/_home.scss +++ b/web/themes/custom/eql/scss/pages/_home.scss @@ -473,6 +473,7 @@ // right: 200px; background: $background-actus; padding-right:10%; + padding-top: 2rem; padding-bottom: 4rem; .field--type-text-with-summary{ height: fit-content;