diff --git a/app/globals.css b/app/globals.css index 15dcdf1..e85abce 100644 --- a/app/globals.css +++ b/app/globals.css @@ -152,7 +152,7 @@ /* ======================== Auth Pages */ .auth-page { - @apply flex h-screen w-full flex-col items-center justify-center gap-10; + @apply flex min-h-screen w-full flex-col items-center justify-center p-4; } /* ======================== Home Page */ @@ -312,4 +312,4 @@ .lb-elevation { background: #0f1c34; -} \ No newline at end of file +}