diff --git a/src/auth/components/LoginPage/LoginPage.tsx b/src/auth/components/LoginPage/LoginPage.tsx index ffd9aba72..04aaffa61 100644 --- a/src/auth/components/LoginPage/LoginPage.tsx +++ b/src/auth/components/LoginPage/LoginPage.tsx @@ -29,7 +29,7 @@ const useStyles = makeStyles( loading: { alignItems: "center", display: "flex", - height: "100vh", + minHeight: "80vh", justifyContent: "center" }, loginButton: {