From f20350a10ad6a7c7607edc1ac5f8e4d3ad19981f Mon Sep 17 00:00:00 2001 From: Valentin Le Moign Date: Thu, 23 Jan 2025 20:09:57 +0100 Subject: [PATCH] re-corrections popup etape carte --- web/themes/custom/caravane/assets/scss/main.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/caravane/assets/scss/main.scss b/web/themes/custom/caravane/assets/scss/main.scss index c2eb627..7b32056 100644 --- a/web/themes/custom/caravane/assets/scss/main.scss +++ b/web/themes/custom/caravane/assets/scss/main.scss @@ -439,7 +439,8 @@ body{ } } } - > div:nth-of-type(3) { + > div:nth-of-type(3), + > div:nth-of-type(3) > a { width: 100%; height: 100%; display: flex; @@ -449,13 +450,15 @@ body{ grid-column: 2 / span 1; grid-row: 1 / span 2; overflow: hidden; - > img { + > img, + > a > img { padding: 0; height: auto; width: 100%; object-fit: cover; margin: 0; display: block; + min-height: 100%; } } }