Skip to content

Commit 2d1d441

Browse files
committed
rearrange blocks for preview
1 parent 6a12019 commit 2d1d441

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/pages/index.astro

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,7 @@ deadlines = deadlines
2525
title="EuroPython 2025 | July 14th-20th 2025 | Prague, Czech Republic & Remote"
2626
description="EuroPython is the largest Python conference in Europe. We are looking forward to seeing you in Prague, Czech Republic & Remote from July 14th-20th 2025."
2727
>
28-
<Fullbleed>
29-
<Hero />
30-
</Fullbleed>
31-
32-
<CardContainer>
33-
{deadlines.map((deadline) => <DeadlineCard id={deadline.slug} />)}
34-
</CardContainer>
35-
36-
<div class="mt-40 px-6 pb-40 overflow-visible">
28+
<div class="mt-20 px-6 pb-40 overflow-visible">
3729
<HeroWithCTA>
3830
<Title className="mb-2">
3931
{intro.frontmatter.title}
@@ -51,7 +43,12 @@ deadlines = deadlines
5143
</HeroWithCTA>
5244
</div>
5345

54-
<div class="mb-40">
46+
<CardContainer>
47+
{deadlines.map((deadline) => <DeadlineCard id={deadline.slug} />)}
48+
</CardContainer>
49+
50+
51+
<div class="mt-40 mb-40">
5552
<Prague title={venue.frontmatter.title}>
5653
<venue.Content />
5754
</div>

0 commit comments

Comments
 (0)