From bba5d8e23afba81ad83f4fb28e91705bd79ccc64 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:22:36 +0200 Subject: [PATCH] Further increase width of index.html container --- 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 517f757..edcfc3c 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -50,7 +50,7 @@ border-radius: 18px; font-family: 'Segoe UI', sans-serif; box-shadow: 0 12px 64px #000a; - width: 580px; /* Feste Standard-Breite Desktop */ + width: 620px; /* Feste Standard-Breite Desktop */ max-width: calc(100vw - 48px); /* Mindestens 24px Abstand außen */ min-width: 320px; height: auto;