more padding between calendar sections
This commit is contained in:
parent
47e1c460e8
commit
b1ed914eb7
@ -32,7 +32,7 @@ export default function Page() {
|
|||||||
Upcoming Events
|
Upcoming Events
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="mx-auto max-w-[900px] space-y-4">
|
<div className="mx-auto max-w-[900px] space-y-6">
|
||||||
{eventsByDay.map((e) => (
|
{eventsByDay.map((e) => (
|
||||||
<CalendarSection events={e} />
|
<CalendarSection events={e} />
|
||||||
))}
|
))}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user