From 1b3993ad3ee2a7d1be2e314f9fb9878d11423190 Mon Sep 17 00:00:00 2001 From: joneugster Date: Fri, 17 Nov 2023 22:45:02 +0100 Subject: [PATCH] fix --- client/src/css/landing_page.css | 1 + server/index.mjs | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/client/src/css/landing_page.css b/client/src/css/landing_page.css index a42f184..71d8526 100644 --- a/client/src/css/landing_page.css +++ b/client/src/css/landing_page.css @@ -48,6 +48,7 @@ a { border: 1px solid rgb(140, 140, 140); border-radius: 20px; box-shadow: 5px 5px 8px rgb(140, 140, 140); + width: 100%; max-width: 500px; display: flex; flex-direction: column; diff --git a/server/index.mjs b/server/index.mjs index 18f9bfd..7c250fc 100644 --- a/server/index.mjs +++ b/server/index.mjs @@ -21,6 +21,10 @@ const games = { dir: "NNG4", queueLength: 5 }, + "g/hhu-adam/STG4": { + dir: "STG4", + queueLength: 2 + }, "g/hhu-adam/nng4-old": { dir: "NNG4-OLD", queueLength: 0