Skip to content

Commit

Permalink
fix: issue with top margin in sign in page (#124)
Browse files Browse the repository at this point in the history
added top margin in sing in component
  • Loading branch information
KIWILmao authored Oct 16, 2024
1 parent aba9f22 commit 40cdc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/auth/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ const Home: NextPage<{ feedbackEmail: string; providers: ClientSafeProvider[] }>
<meta name="description" content="SplitPro: Split Expenses with your friends for free" />
<link rel="icon" href="/favicon.ico" />
</Head>
<main className="flex h-full flex-col justify-center">
<div className="flex -translate-y-1/2 flex-col items-center">
<main className="flex h-full flex-col justify-center lg:justify-normal">
<div className="flex flex-col items-center lg:mt-20 ">
<div className="mb-10 flex items-center gap-4">
<p className="text-3xl text-primary">SplitPro</p>
</div>
Expand Down

0 comments on commit 40cdc9b

Please sign in to comment.