From bc7112312d02341dfc1cceb1c6a82bdc76cc4253 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:04:43 +0100 Subject: [PATCH] Ensure ratio of image on screen <800px --- homepage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/style.css b/homepage/style.css index 337b78c..81ba76a 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -571,7 +571,7 @@ button:hover { margin-right:auto; } .overview img { - width: 100% + max-width: 100% } .banner { height: auto;