From 077f022ff3af4e82869e4a333737cfe8deaedcaa Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:51:28 +0200 Subject: [PATCH] Revert adjustment to max-width of #spirit-info on small 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 f9bd3f4..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: 400px; + max-width: 600px; min-width: 0; max-height: 82dvh; /* dynamic viewport height */ padding: 8vw 4vw 4vw 4vw;