Skip to content

Commit 5750684

Browse files
committed
More stylization fixes
1 parent a18dc51 commit 5750684

File tree

1 file changed

+3
-3
lines changed
  • apps/dashboard/src/app/onboarding

1 file changed

+3
-3
lines changed

apps/dashboard/src/app/onboarding/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export default function OnboardingPage() {
371371
>
372372
<Card
373373
className={cn(
374-
"flex aspect-[4/2] flex-col items-start justify-start space-y-1 p-4 transition-colors hover:bg-muted md:aspect-[3/1] lg:aspect-[3/1] xl:aspect-[16/9]",
374+
"flex aspect-square flex-col items-start justify-start space-y-1 p-4 transition-colors hover:bg-muted",
375375
isChecked && "border-primary bg-muted",
376376
)}
377377
>
@@ -409,10 +409,10 @@ export default function OnboardingPage() {
409409
};
410410

411411
return (
412-
<div className="relative flex h-screen place-items-center bg-muted/30 md:flex-row">
412+
<div className="relative flex h-screen flex-col place-items-center bg-muted/30 md:flex-row">
413413
<main className="z-10 flex w-full gap-6">
414414
{/* Left Panel */}
415-
<div className="items-between relative box-border flex h-screen w-1/2 flex-col overflow-hidden p-12">
415+
<div className="items-between relative box-border flex h-screen w-full flex-col overflow-hidden p-12 lg:w-1/2">
416416
<div className="flex flex-col space-y-2">
417417
<h1 className="font-semibold text-xl tracking-tight">
418418
{step === 3 ? "Tell us what you need." : "Tell us about you."}

0 commit comments

Comments
 (0)