diff options
Diffstat (limited to 'apps/web/app/(auth)')
| -rw-r--r-- | apps/web/app/(auth)/onboarding/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(auth)/onboarding/page.tsx b/apps/web/app/(auth)/onboarding/page.tsx index df5b83d6..5b728928 100644 --- a/apps/web/app/(auth)/onboarding/page.tsx +++ b/apps/web/app/(auth)/onboarding/page.tsx @@ -49,7 +49,7 @@ export default function Home() { <Navbar /> {/* main-content */} - <div className="w-full max-w-3xl p-4 flex flex-col items-center justify-center mx-auto mt-24"> + <div className="w-full max-w-3xl p-4 flex flex-col items-center justify-center mx-auto pt-24"> {currStep === 0 && ( <div className="text-white space-y-3 flex flex-col gap-16 w-full"> <h1 className="text-3xl md:text-5xl tracking-tighter"> |