diff --git a/ui/src/app/login/page.tsx b/ui/src/app/login/page.tsx index 2c7c136..f423c1e 100644 --- a/ui/src/app/login/page.tsx +++ b/ui/src/app/login/page.tsx @@ -42,7 +42,7 @@ export default function LoginPage() { const handlePasswordChange = (event: ChangeEvent) => { setPassword(event.target.value) } return ( <> -
+
@@ -52,7 +52,7 @@ export default function LoginPage() { alignContent: "center", justifyContent: "center", flexWrap: "wrap", - height: "92.5vh", + height: "93.5vh", }}>