From 4f06822ad78939ac2317a567ddd4017f45b662e4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:49:23 +0200 Subject: [PATCH] Update media query for spirit-info --- node/server/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/server/public/index.html b/node/server/public/index.html index 28480a1..6ea0b66 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -113,12 +113,12 @@ canvas { } /* "Mobile Portrait" (Hochformat und schmal) */ -@media (max-width: 619px) and (orientation: portrait) { +@media (max-width: 619px), (orientation: portrait) { #spirit-info { width: 90vw; max-width: 98vw; min-width: 0; - max-height: 82dvh; + max-height: 82dvh; /* dynamic viewport height */ padding: 8vw 4vw 4vw 4vw; } .spirit-info-flex {