File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ export function PostPaymentOnboarding({
6363
6464 return (
6565 < 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] " >
6868 { ( isLoading || isFinalizing ) && (
6969 < div className = "absolute inset-0 z-50 flex items-center justify-center rounded-lg bg-background/80 backdrop-blur-sm" >
7070 < LogoSpinner />
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ export function OrganizationSetupForm({
9595 </ div >
9696 ) : (
9797 < 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" >
100100 { isLoadingFrameworks && step . key === 'frameworkIds' && (
101101 < div className = "absolute inset-0 z-50 flex items-center justify-center rounded-lg bg-background/80 backdrop-blur-sm" >
102102 < LogoSpinner />
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export async function OnboardingLayout({
3939 currentOrganization = { currentOrganization }
4040 variant = { variant }
4141 />
42- < div className = "flex flex-1" > { children } </ div >
42+ < div className = "flex flex-1 items-center justify-center px-4 " > { children } </ div >
4343 </ main >
4444 ) ;
4545}
You can’t perform that action at this time.
0 commit comments