From bfe5463e1e4a8c1392d702844d48465209a51061 Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Wed, 12 Feb 2025 09:24:31 +0100 Subject: [PATCH] Update max-height for menu detail images in style.css --- website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/style.css b/website/style.css index 675940e..fc6c5dc 100644 --- a/website/style.css +++ b/website/style.css @@ -43,7 +43,7 @@ body { .menu-detail img { width: 70%; max-width: 200px; - height: auto; + max-height: 400px; margin-bottom: 20px; }