From 5568effbdf724c87e7c5302f3b9c12eb5f25ceea Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:50:17 +0200 Subject: [PATCH] Adjust max-width of spirit-info in portrait mode --- 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 6ea0b66..72b8b7f 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: 98vw; + max-width: 600px; min-width: 0; max-height: 82dvh; /* dynamic viewport height */ padding: 8vw 4vw 4vw 4vw;