summaryrefslogtreecommitdiff
path: root/src/lib/auth/components/Login.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/auth/components/Login.jsx')
-rw-r--r--src/lib/auth/components/Login.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/Login.jsx b/src/lib/auth/components/Login.jsx
index b25cf4fe..6fbc1475 100644
--- a/src/lib/auth/components/Login.jsx
+++ b/src/lib/auth/components/Login.jsx
@@ -53,7 +53,7 @@ const Login = () => {
}
return (
- <div className='p-6 pt-10 flex flex-col items-center'>
+ <div className='p-6 pt-10 flex flex-col items-center min-h-screen'>
<Link href='/'>
<Image
src={IndoteknikLogo}