From 0cfc011a1d55b3dd57317772ddb8ade932ff48e2 Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Wed, 12 Feb 2025 09:37:45 +0100 Subject: [PATCH] Increase max-width of menu detail images to improve layout --- website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/style.css b/website/style.css index c269385..78eeadc 100644 --- a/website/style.css +++ b/website/style.css @@ -43,7 +43,7 @@ body { .menu-detail img { width: 70%; - max-width: 200px; + max-width: 300px; max-height: 400px; margin-bottom: 20px; }