Skip to content

Commit 1b374df

Browse files
authored
Change size of tickts grid. (#1078)
Improve readability of the ticker prices for lg- with.
1 parent 80d7701 commit 1b374df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

101101
<div class="ticket-tiers-container">
102-
<div class="grid grid-cols-1 md:grid-cols-3 lg:grid-cols-3 gap-10 md:gap-6 lg:gap-10">
102+
<div class="grid grid-cols-1 lg:grid-cols-3 gap-10 md:gap-6 lg:gap-10">
103103
{tiers.map((tier) => (
104104
<div class="bg-white text-black rounded-2xl p-6 pb-20 relative not-prose z-0">
105105
<div>

0 commit comments

Comments
 (0)