From ec8f74d8e51005d935b7e381de7acee6f2bd59ca Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:57:43 +0200 Subject: [PATCH] Update media query for desktop landscape orientation --- 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 052542b..ddc709c 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -124,7 +124,7 @@ canvas { } /* Hochformat (Desktop) */ -@media (max-width: 619px) and (orientation: landscape), (max-width: 619px) and (pointer: fine) { +@media (max-width: 619px) and (pointer: fine) { #spirit-info { width: 90vw; max-width: 400px;