From af51eea5dcde2cccc5322299bcfdf255d4d7706d Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 28 Nov 2023 20:32:39 +0100 Subject: [PATCH] footer --- web/themes/custom/reha/css/reha.css | 4 ++-- web/themes/custom/reha/scss/partials/_footer.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index fc76b4f..f608429 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -423,9 +423,9 @@ footer { flex-direction: row; flex-wrap: wrap; } #footer-right #block-reha-config-pages-2 .field--name-field-partenaires .field__items img { - max-width: 150px; + max-width: 250px; height: fit-content; - max-height: 100px; + max-height: 150px; object-fit: contain; padding: 1rem; } diff --git a/web/themes/custom/reha/scss/partials/_footer.scss b/web/themes/custom/reha/scss/partials/_footer.scss index 3722962..82ccf26 100644 --- a/web/themes/custom/reha/scss/partials/_footer.scss +++ b/web/themes/custom/reha/scss/partials/_footer.scss @@ -71,9 +71,9 @@ margin-left: 10rem; flex-direction: row; flex-wrap: wrap; img{ - max-width: 150px; + max-width: 250px; height: fit-content; - max-height: 100px; + max-height: 150px; object-fit: contain; padding: 1rem; }