From 43e836abc19f7ef425b61ec122c30495bb31f6ee Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:24:09 +0200 Subject: [PATCH] Adjust index.html width and add max-width --- node/server/public/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/node/server/public/index.html b/node/server/public/index.html index 61798e8..eeb98cb 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -50,8 +50,7 @@ border-radius: 18px; font-family: 'Segoe UI', sans-serif; box-shadow: 0 12px 64px #000a; - width: 1000px; /* Feste Standard-Breite Desktop */ - max-width: calc(100vw - 48px); /* Mindestens 24px Abstand außen */ + width: 560px; /* Feste Standard-Breite Desktop */ min-width: 320px; height: auto; max-height: calc(100vh - 48px); /* Mindestens 24px Abstand oben/unten */