From d5064a7f80219b3e6ea354d66c41378d1527454e Mon Sep 17 00:00:00 2001 From: kayra1 Date: Fri, 2 Aug 2024 19:09:55 +0300 Subject: [PATCH] mirror initialize ratio --- ui/src/app/login/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", }}>