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%; } } }