Skip to content

Commit

Permalink
Fix guest page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
abarghoud committed Nov 10, 2024
1 parent e236eb4 commit 5d91c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/app/components/GuestPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const GuestPage: FC = () => {
}, [navigate]);

return (
<div className="flex flex-col justify-center p-6">
<div className="flex-grow container mx-auto px-4 py-8 flex flex-col justify-center items-center">
<EventFormPage />
<button
onClick={redirectToMainPage}
Expand Down

0 comments on commit 5d91c80

Please sign in to comment.