diff --git a/src/components/OnboardingGate.tsx b/src/components/OnboardingGate.tsx index 83aae538..dec868cd 100644 --- a/src/components/OnboardingGate.tsx +++ b/src/components/OnboardingGate.tsx @@ -423,11 +423,12 @@ function CaptiveOverlay() { key={step} className={cn( 'w-full mx-auto animate-in fade-in slide-in-from-bottom-2 duration-300', - // Bio, statement & how-to steps host a large text surface / - // markdown editor / two-column tutorial and need more room than - // the narrow base screens. + // Bio, statement & how-to steps host a text surface / markdown + // editor / tutorial and want a slightly roomier column than the + // narrow base screens — but not the full-width 3xl that left the + // text boxes and tutorial feeling oversized. step === 'orgBio' || step === 'orgStatement' || step === 'orgVerifyHowto' - ? 'max-w-3xl' + ? 'max-w-xl' : 'max-w-md', )} > diff --git a/src/components/onboarding/VerifierBioStep.tsx b/src/components/onboarding/VerifierBioStep.tsx index 12b7cc51..768e0fee 100644 --- a/src/components/onboarding/VerifierBioStep.tsx +++ b/src/components/onboarding/VerifierBioStep.tsx @@ -47,9 +47,28 @@ export function VerifierBioStep({