From f7c0915661fc4bbb57e8fc7b4cde1768a8791be0 Mon Sep 17 00:00:00 2001 From: gauvainboiche Date: Tue, 31 Mar 2026 18:30:13 +0200 Subject: [PATCH] fix(screen): Flex-start for infoColumn --- config/game.settings.json | 2 +- public/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/game.settings.json b/config/game.settings.json index 5dc6f10..00a9991 100644 --- a/config/game.settings.json +++ b/config/game.settings.json @@ -1,5 +1,5 @@ { - "clickCooldownSeconds": 0, + "clickCooldownSeconds": 60, "databaseWipeoutIntervalSeconds": 604800, "configReloadIntervalSeconds": 30, "elementWorth": { diff --git a/public/style.css b/public/style.css index d1bec77..9dfeecf 100644 --- a/public/style.css +++ b/public/style.css @@ -380,7 +380,7 @@ body { display: flex; flex-direction: row; align-items: flex-start; - justify-content: center; + justify-content: flex-start; min-height: 100vh; }