From 0770b27db6630312b6def0f158055bf2a6ba2033 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:45:39 +0200 Subject: [PATCH] Adjust width of #spirit-info for desktop landscape --- 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..2424115 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -79,7 +79,7 @@ canvas { /* "Desktop" und Mobile-Landscape (breit genug) */ @media (min-width: 620px) and (orientation: landscape) { #spirit-info { - width: 600px; + width: 400px; max-width: calc(100vw - 64px); min-width: 320px; max-height: calc(100dvh - 64px);