fix(screen): Flex-start for infoColumn
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"clickCooldownSeconds": 0,
|
||||
"clickCooldownSeconds": 60,
|
||||
"databaseWipeoutIntervalSeconds": 604800,
|
||||
"configReloadIntervalSeconds": 30,
|
||||
"elementWorth": {
|
||||
|
||||
@@ -380,7 +380,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
justify-content: flex-start;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user