From 4599c04546ca1df65d333b0b1986be530aacf7ef Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:51:42 +0200 Subject: [PATCH] Adjust max-width of #spirit-info on smaller screens --- 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 72b8b7f..f9bd3f4 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -116,7 +116,7 @@ canvas { @media (max-width: 619px), (orientation: portrait) { #spirit-info { width: 90vw; - max-width: 600px; + max-width: 400px; min-width: 0; max-height: 82dvh; /* dynamic viewport height */ padding: 8vw 4vw 4vw 4vw;