diff options
Diffstat (limited to 'src/lib/auth/components')
| -rw-r--r-- | src/lib/auth/components/Activate.jsx | 2 | ||||
| -rw-r--r-- | src/lib/auth/components/Login.jsx | 2 | ||||
| -rw-r--r-- | src/lib/auth/components/Register.jsx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/auth/components/Activate.jsx b/src/lib/auth/components/Activate.jsx index f67cc168..8fdc1096 100644 --- a/src/lib/auth/components/Activate.jsx +++ b/src/lib/auth/components/Activate.jsx @@ -117,7 +117,7 @@ const Activate = () => { } 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} 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} diff --git a/src/lib/auth/components/Register.jsx b/src/lib/auth/components/Register.jsx index 82b81b52..4ea62899 100644 --- a/src/lib/auth/components/Register.jsx +++ b/src/lib/auth/components/Register.jsx @@ -49,7 +49,7 @@ const Register = () => { } 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} |
