We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262ce1d commit baf8652Copy full SHA for baf8652
src/components/ticket-tiers/ticket-tiers.astro
@@ -134,7 +134,7 @@ const formatPrice = (price: number | string) => {
134
---
135
136
<div class="ticket-tiers-container">
137
- <div class="grid grid-cols-1 lg:grid-cols-3 gap-3 pt-4 pb-24">
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-3 py-24">
138
{
139
tiers.map((tier) => (
140
<div class="bg-white text-black rounded-2xl p-6 pb-20 relative not-prose z-0">
0 commit comments