From 8fbd20e3002ff164632308f3fef2060aa0341a7b Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 23 Sep 2025 23:34:31 +0200 Subject: [PATCH] height auto img --- web/themes/custom/reha/scss/pages/_home.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/themes/custom/reha/scss/pages/_home.scss b/web/themes/custom/reha/scss/pages/_home.scss index 8b8f665..7b1e4b9 100644 --- a/web/themes/custom/reha/scss/pages/_home.scss +++ b/web/themes/custom/reha/scss/pages/_home.scss @@ -119,6 +119,7 @@ @media(max-width: 500px){ img{ width: -moz-available; + height: auto; } }