Skip to content

Commit

Permalink
Fix: responsiveness and uniform alignment of waitlist page.
Browse files Browse the repository at this point in the history
  • Loading branch information
seshto13 committed Aug 24, 2024
1 parent a0e0ca6 commit 1161581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/waitList/WaitListForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const WaitlistForm: React.FC = () => {
};

return (
<div className="mt-20 flex flex-col items-center justify-center text-neutral-dark-2 ">
<div className="mt-20 flex flex-col items-center justify-center text-neutral-dark-2">
<div className="flex flex-col items-center justify-center text-center md:mb-[50px] md:w-[623px]">
<div className="mb-4 flex items-center justify-center gap-2 md:mb-[18px]">
<Image
Expand Down

0 comments on commit 1161581

Please sign in to comment.