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: {
|
||||
alignItems: "center",
|
||||
display: "flex",
|
||||
height: "100vh",
|
||||
minHeight: "80vh",
|
||||
justifyContent: "center"
|
||||
},
|
||||
loginButton: {
|
||||
|
|
Loading…
Reference in a new issue