Skip to content

Commit

Permalink
fix: Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed Apr 1, 2024
1 parent e00ad84 commit 8e9dd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app/app/events/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default async function Page({ params }: Props) {
<OverviewTile
event={event}
date={date}
className="max-w-[480px] self-center 2xl:flex-none"
className="max-w-[480px] self-center 2xl:self-start 2xl:flex-none"
/>
</div>
</main>
Expand Down

0 comments on commit 8e9dd08

Please sign in to comment.