From 6f41569cbac503ff339e7c0067ffbf9fbf19ca79 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:05:35 +0100 Subject: [PATCH] Ensure ratio of image on screen <800px --- homepage/static/dark-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/static/dark-style.css b/homepage/static/dark-style.css index 36ae9b4..1395d6b 100644 --- a/homepage/static/dark-style.css +++ b/homepage/static/dark-style.css @@ -601,7 +601,7 @@ button:hover { opacity: 0.7; } .overview img { - width: 100% + max-width: 100% } .banner { height: auto;