Skip to content

Commit

Permalink
additional fix for onboarding page
Browse files Browse the repository at this point in the history
  • Loading branch information
josephshenq committed Nov 17, 2024
1 parent b6ea5dd commit 32e53b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/caregiver/onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function CaregiverOnboarding({ waivers, items, authId }: Props) {
}

return (
<div className="flex flex-col sm:flex-row absolute items-center sm:justify-center w-screen">
<div className="flex flex-col sm:flex-row absolute items-center sm:items-stretch sm:justify-center w-screen">
<HalfScreen caregiver={true} hiddenOnMobile={page != 0} />
<div className="flex flex-col sm:w-1/2 items-center sm:justify-center h-auto grow">
{page > 0 && (
Expand Down

0 comments on commit 32e53b8

Please sign in to comment.