Skip to content

Commit 59ec5df

Browse files
ashish10677anistark
authored andcommitted
fix: add some spacing between the Sponsor section buttons
Signed-off-by: Ashish Kumar Mishra <[email protected]>
1 parent 77ac26e commit 59ec5df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/_includes/landing/sponsors.njk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
PyCon India is completely driven by volunteers. Sponsoring the event helps to sustain and grow the conference as well as
1111
the Community. Sponsor help in making the conference affordable, and maintaining the inventory for the conference.
1212
</p>
13-
{{ button(text="Download Prospectus", url="PyConIndia2025SponsorshipBrochure.pdf", lime_bg=true, env = env) }}
14-
{{ button(text="Get in Touch", url="https://forms.gle/PsvKNJcjBctJe7VbA", lime_bg=true, env = env) }}
13+
<div class="flex flex-wrap gap-4">
14+
{{ button(text="Download Prospectus", url="PyConIndia2025SponsorshipBrochure.pdf", lime_bg=true, env = env) }}
15+
{{ button(text="Get in Touch", url="https://forms.gle/PsvKNJcjBctJe7VbA", lime_bg=true, env = env) }}
16+
</div>
1517
</div>
1618
<!-- Desktop image -->
1719
<div class="hidden md:flex justify-end -mt-72">

0 commit comments

Comments
 (0)