Openstatus www.openstatus.dev

fix(mobile): component alignment issue on left side of login page (#899) (#900)

* Fix component alignment issue on left side of login page (#899)

* Implement mobile/tablet version changes for alignment issue

authored by

Sahil Tiwaskar and committed by
GitHub
69a628e5 faecc905

+3 -3
+3 -3
apps/web/src/app/app/(auth)/login/layout.tsx
··· 24 24 className="rounded-full border border-border" 25 25 /> 26 26 </Link> 27 - <div className="flex w-full max-w-lg flex-1 flex-col justify-center gap-8 text-left"> 27 + <div className="flex w-full max-w-lg flex-1 flex-col justify-center gap-8 text-center mx-auto md:text-left md:mx-0"> 28 28 <div className="mx-auto grid gap-3"> 29 - <h1 className="font-cal text-2xl text-foreground"> 29 + <h1 className="font-cal text-3xl text-foreground"> 30 30 Open Source Monitoring Service 31 31 </h1> 32 - <p className="text-muted-foreground"> 32 + <p className="text-muted-foreground text-sm"> 33 33 Monitor your website or API and create your own status page within 34 34 a couple of minutes. Want to know how it works? <br /> 35 35 <br />