Skip to content

Commit 262ce1d

Browse files
committed
Update tickets tier style
1 parent 914233a commit 262ce1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/ticket-tiers/ticket-tiers.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const formatPrice = (price: number | string) => {
134134
---
135135

136136
<div class="ticket-tiers-container">
137-
<div class="grid grid-cols-1 lg:grid-cols-3 gap-3 py-24">
137+
<div class="grid grid-cols-1 lg:grid-cols-3 gap-3 pt-4 pb-24">
138138
{
139139
tiers.map((tier) => (
140140
<div class="bg-white text-black rounded-2xl p-6 pb-20 relative not-prose z-0">

src/content/pages/tickets.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ As a non-profit, every ticket you buy goes back into the Python community. Wheth
4949

5050

5151
## Ticket Prices
52-
<Note type="warning">Regular tickets are available until June 27, 2025—late-bird rates apply after.</Note>
5352

5453
Combined tickets are **limited to 300** due to tutorial capacity!
5554

55+
<Note type="warning">Regular tickets are available until <b>June 27, 2025</b> — late-bird rates apply after.</Note>
56+
5657
<TicketTiers ticketShopLink="https://tickets.europython.eu/" />
5758

5859

0 commit comments

Comments
 (0)