Skip to content

Commit

Permalink
Made EventsPage a growable flex
Browse files Browse the repository at this point in the history
  • Loading branch information
rishit-singh committed Dec 29, 2023
1 parent 9d4cf7f commit 6a52c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/events/EventsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function EventsPage()
});

return (<>
<div className={"flex flex-col h-[100vh] max-[600px]: h-[90vh] bg-body-gray items-center grow"}>
<div className={"flex flex-col bg-body-gray items-center grow"}>
<div className="flex flex-col mt-10">
<div className={"text-[36px] font-bold"}>EVENTS</div>
</div>
Expand Down

0 comments on commit 6a52c22

Please sign in to comment.