Skip to content

Commit

Permalink
fix: useless padding top
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-w committed Jan 21, 2025
1 parent 06697b7 commit 338d350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs-app/src/features/auth/pages/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const LoginPage = (props: { children?: React.ReactNode | React.ReactNode[
</TabsList>
</Tabs>
</div>
<div className="relative w-80 py-[5em] pt-24 lg:py-24">
<div className="relative w-80 py-[5em] lg:py-24">
{!passwordLoginDisabled && <SignForm type={signType} onSuccess={onSuccess} />}
<SocialAuth />
{children}
Expand Down

0 comments on commit 338d350

Please sign in to comment.