Fix logo appearing too high on screen when loading login (#1130)
This commit is contained in:
parent
01d0a222ac
commit
852bc127f6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const useStyles = makeStyles(
|
||||||
loading: {
|
loading: {
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
height: "100vh",
|
minHeight: "80vh",
|
||||||
justifyContent: "center"
|
justifyContent: "center"
|
||||||
},
|
},
|
||||||
loginButton: {
|
loginButton: {
|
||||||
|
|
Loading…
Reference in a new issue