Skip to content

Commit

Permalink
fix auth page margins
Browse files Browse the repository at this point in the history
  • Loading branch information
dEdmishka committed Feb 3, 2024
1 parent 4b79bca commit bca60a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/auth/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ export default function Auth() {
<Icons.golub />
</ImageCard>
<article>
<header className="flex justify-between pb-2">
<header className="flex justify-between">
<h1 className="title-lg">Authentication</h1>
<div className="hidden md:block">
<ThemeToggler />
</div>
</header>
<AuthForm className="mt-5" />
<AuthForm className="mt-8 md:mt-5" />
</article>
</AuthContent>
)
Expand Down

0 comments on commit bca60a2

Please sign in to comment.