From bb8c6e0e6ef98a9e3ddc8994ce642792367ccce4 Mon Sep 17 00:00:00 2001 From: Friedrich Wessel Date: Wed, 19 Jun 2024 13:46:19 +0200 Subject: [PATCH] fix images on mobile --- src/css/pages.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/css/pages.css b/src/css/pages.css index 7616fa6..dfd6282 100644 --- a/src/css/pages.css +++ b/src/css/pages.css @@ -4,11 +4,13 @@ } .page_content img { - max-width: 960px; + max-width: 100%; + height: auto; } .small-image { - max-width: 400px !important; + max-width: 100% !important; + height: auto !important; } @media (max-width: 960px){