From da8642c9d051496e520bb25d72751df8167ee392 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:06:44 +0200 Subject: [PATCH] Adjust max-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 8a5dd3a..391f84f 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -51,7 +51,7 @@ font-family: 'Segoe UI', sans-serif; box-shadow: 0 12px 64px #000a; width: 80vw; - max-width: 800px; + max-width: 700px; min-width: 0; max-height: 80vh; overflow-y: auto;