From 81df208e0030d432e8863afa0b146a04527955d6 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:26:46 +0200 Subject: [PATCH] Further adjust 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 ac40b7e..e98c47d 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -106,7 +106,7 @@ @media (max-width: 619px) { #spirit-info { - width: 80vw; + width: 90vw; max-width: 98vw; min-width: 0; max-height: 92vh;