File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ export function PostPaymentOnboarding({
63
63
64
64
return (
65
65
< div className = "scrollbar-hide flex min-h-[calc(100vh-50px)] flex-col items-center justify-center p-4" >
66
- < div className = "relative w-full max-w-2xl " >
67
- < Card className = "scrollbar-hide relative flex w-full flex-col bg-card/80 dark:bg-card/70 backdrop-blur-xl border border-border/50 shadow-2xl" >
66
+ < div className = "relative w-full max-w-6xl " >
67
+ < Card className = "scrollbar-hide relative mx-auto flex w-full max-w-3xl flex-col bg-card/80 dark:bg-card/70 backdrop-blur-xl border border-border/50 shadow-2xl md:w-[680px] lg:w-[820px] xl:w-[920px] " >
68
68
{ ( isLoading || isFinalizing ) && (
69
69
< div className = "absolute inset-0 z-50 flex items-center justify-center rounded-lg bg-background/80 backdrop-blur-sm" >
70
70
< LogoSpinner />
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ export function OrganizationSetupForm({
95
95
</ div >
96
96
) : (
97
97
< div className = "scrollbar-hide flex min-h-[calc(100vh-50px)] flex-col items-center justify-center p-4" >
98
- < div className = "relative w-full max-w-2xl " >
99
- < Card className = "scrollbar-hide relative flex w-full flex-col bg-card/80 dark:bg-card/70 backdrop-blur-xl border border-border/50 shadow-2xl" >
98
+ < div className = "relative w-full max-w-5xl " >
99
+ < Card className = "scrollbar-hide relative mx-auto flex w-full min-w-[640px] sm:min-w-[720px] flex-col bg-card/80 dark:bg-card/70 backdrop-blur-xl border border-border/50 shadow-2xl" >
100
100
{ isLoadingFrameworks && step . key === 'frameworkIds' && (
101
101
< div className = "absolute inset-0 z-50 flex items-center justify-center rounded-lg bg-background/80 backdrop-blur-sm" >
102
102
< LogoSpinner />
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export async function OnboardingLayout({
39
39
currentOrganization = { currentOrganization }
40
40
variant = { variant }
41
41
/>
42
- < div className = "flex flex-1" > { children } </ div >
42
+ < div className = "flex flex-1 items-center justify-center px-4 " > { children } </ div >
43
43
</ main >
44
44
) ;
45
45
}
You can’t perform that action at this time.
0 commit comments