From 9560b939a5cee3eaa6e0ac41d08104c8b233f43e Mon Sep 17 00:00:00 2001 From: ouidade Date: Sun, 28 Nov 2021 21:40:36 +0100 Subject: [PATCH] padding footer --- web/themes/custom/eql/css-compiled/styles.css | 3 ++- web/themes/custom/eql/scss/pages/_toutesactualites.scss | 2 ++ web/themes/custom/eql/scss/partials/_footer.scss | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index c577281..75491e7 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -669,7 +669,8 @@ header { display: flex; flex: 1 1 120px; flex-direction: row; - background-color: white; } + background-color: white; + padding-top: 3rem; } #fotter-bottom .region { display: block; padding-left: 1rem; diff --git a/web/themes/custom/eql/scss/pages/_toutesactualites.scss b/web/themes/custom/eql/scss/pages/_toutesactualites.scss index b526d61..4cfaece 100644 --- a/web/themes/custom/eql/scss/pages/_toutesactualites.scss +++ b/web/themes/custom/eql/scss/pages/_toutesactualites.scss @@ -41,6 +41,8 @@ .field__item img{ width: 100%; height: fit-content; + // max-height: 175px; + // object-fit: cover; } &::after{ display: block; diff --git a/web/themes/custom/eql/scss/partials/_footer.scss b/web/themes/custom/eql/scss/partials/_footer.scss index d76c649..d3ed771 100644 --- a/web/themes/custom/eql/scss/partials/_footer.scss +++ b/web/themes/custom/eql/scss/partials/_footer.scss @@ -6,6 +6,7 @@ flex: 1 1 120px; flex-direction: row; background-color: $white; + padding-top: 3rem; .region{ display: block;