Skip to content

Commit

Permalink
Fix component alignment issue on left side of login page (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahil01 committed Jun 28, 2024
1 parent ceec599 commit 1dbda2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/app/app/(auth)/login/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ export default async function AuthLayout({
className="rounded-full border border-border"
/>
</Link>
<div className="flex w-full max-w-lg flex-1 flex-col justify-center gap-8 text-left">
<div className="flex w-full max-w-lg flex-1 flex-col justify-center gap-8 text-center mx-auto">
<div className="mx-auto grid gap-3">
<h1 className="font-cal text-2xl text-foreground">
<h1 className="font-cal text-3xl text-foreground">
Open Source Monitoring Service
</h1>
<p className="text-muted-foreground">
<p className="text-muted-foreground text-sm mx-9">
Monitor your website or API and create your own status page within
a couple of minutes. Want to know how it works? <br />
<br />
Expand Down

0 comments on commit 1dbda2e

Please sign in to comment.