Skip to content

Commit

Permalink
re-add index page margins
Browse files Browse the repository at this point in the history
  • Loading branch information
kluvin committed Jan 20, 2025
1 parent bc999e7 commit 94d8ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import events from '@/assets/events.json'
---

<Layout>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 place-items-center max-w-4xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 p-8 gap-8 place-items-center max-w-4xl mx-auto">
{events.map((event) => (
<EventCard client:load event={event} />
))}
Expand Down

0 comments on commit 94d8ef5

Please sign in to comment.