File tree Expand file tree Collapse file tree
frontend/src/app/(homepage)/login Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export default function LoginPage() {
4343 const [ step , setStep ] = React . useState < "email" | "otp" | "onboard" > ( "email" ) ;
4444
4545 return (
46- < div className = "relative flex min-h-screen items-center justify-center" >
46+ < div className = "relative flex min-h-screen items-center justify-center px-4 pb-20 pt-20 sm:items-center sm:px-6 sm:pb-0 sm:pt-0 " >
4747 < Image
4848 src = { BgImage }
4949 alt = "bg img"
@@ -74,7 +74,7 @@ export default function LoginPage() {
7474 />
7575 { step !== "onboard" && (
7676 < >
77- < h1 className = "mt-5 text-3xl font-bold" >
77+ < h1 className = "mt-5 text-center text- 3xl font-bold" >
7878 Zaloguj się do planera
7979 </ h1 >
8080 < p className = "text-balance text-center text-sm text-muted-foreground" >
@@ -130,7 +130,7 @@ function EmailStep({
130130 }
131131 }
132132 return (
133- < div className = "mt-5 flex w-full max-w-xs flex-col gap-4" >
133+ < div className = "mt-5 flex w-full max-w-xs flex-col gap-4 text-center " >
134134 < Button variant = "outline" className = "w-full" asChild >
135135 < Link href = "/api/login" prefetch = { false } >
136136 Zaloguj się przez USOS
You can’t perform that action at this time.
0 commit comments