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; }