From 8c07aa89f443775c58c9ac7b479b42a7ce4a6be9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:45:58 +0200 Subject: [PATCH] Reduce width of #spirit-info for mobile portrait --- 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..ebe2438 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -115,7 +115,7 @@ canvas { /* "Mobile Portrait" (Hochformat und schmal) */ @media (max-width: 619px), (orientation: portrait) { #spirit-info { - width: 90vw; + width: 40vw; max-width: 98vw; min-width: 0; max-height: 82dvh; /* dynamic viewport height */