Skip to content

Commit 8e5dde5

Browse files
committed
Update padding in sponsors pages
1 parent 4372aec commit 8e5dde5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/pages/media-partners.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ const sponsors = (await getCollection("sponsors", ({ data }) => {
3131
))}
3232
</div>
3333
)}
34-
<p class="pb-5">
34+
<p class="pb-25">
3535
Are you part of a media outlet or platform that shares Python or tech-related content? Interested in partnering with EuroPython? We’d love to hear from you — reach out to us at <Button custom class="font-bold text-button-active hover:underline" url="mailto:[email protected]">[email protected]</Button>!
3636
</p></Layout>

src/pages/startups.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const sponsors = (await getCollection("sponsors", ({ data }) => {
2020
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."
2121
>
2222

23-
2423
<Headline as="h1" id="startups" title="Startups" />
2524
<p class="pb-5">
2625
EuroPython is a community-driven conference, and we wouldn’t be able to empower early-stage innovation and support emerging talent in the Python ecosystem without the generous support of our <strong>Startups</strong> tier sponsors. Learn more about them below (listed in alphabetical order).
@@ -32,6 +31,6 @@ const sponsors = (await getCollection("sponsors", ({ data }) => {
3231
))}
3332
</div>
3433
)}
35-
<p class="pb-5">
34+
<p class="pb-25">
3635
Are you a startup working with Python or building something exciting in the tech space? Looking to grow your visibility and connect with a vibrant developer community? We’d love to hear from you — reach out to us at <Button custom class="font-bold text-button-active hover:underline" url="mailto:[email protected]">[email protected]</Button>!
3736
</p></Layout>

0 commit comments

Comments
 (0)