Private
Public Access
1
0

fix(screen): Flex-start for infoColumn

This commit is contained in:
gauvainboiche
2026-03-31 18:30:13 +02:00
parent 570d83c3c0
commit f7c0915661
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"clickCooldownSeconds": 0,
"clickCooldownSeconds": 60,
"databaseWipeoutIntervalSeconds": 604800,
"configReloadIntervalSeconds": 30,
"elementWorth": {

View File

@@ -380,7 +380,7 @@ body {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: center;
justify-content: flex-start;
min-height: 100vh;
}