Fix logo appearing too high on screen when loading login (#1130)

This commit is contained in:
mmarkusik 2021-06-01 14:17:44 +02:00 committed by GitHub
parent 01d0a222ac
commit 852bc127f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ const useStyles = makeStyles(
loading: {
alignItems: "center",
display: "flex",
height: "100vh",
minHeight: "80vh",
justifyContent: "center"
},
loginButton: {