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