From e6f6c9163496d1ea7a6ba9150dc59078c2c401d9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:36:59 +0200 Subject: [PATCH] Adjust max-height of spirit-info-flex container in index.html --- node/server/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/server/public/index.html b/node/server/public/index.html index 3f71ef6..4bc6ad3 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -119,7 +119,7 @@ width: 90vw; max-width: 98vw; min-width: 0; - max-height: 92vh; + max-height: 80vh; padding: 8vw 4vw 4vw 4vw; } .spirit-info-flex {