Skip to content

Commit 9ffb5e8

Browse files
committed
Fix mobile style
1 parent ade4332 commit 9ffb5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sponsor-tiers/sponsor-tiers.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ const formatPrice = (price: number | string) => {
258258
For early-stage companies ready to connect with the community, boost visibility, and make a strong first impression.
259259
</p>
260260
</div>
261-
<div class="grid grid-cols-1 sm:grid-cols-1 gap-10 mx-96">
261+
<div class="grid grid-cols-1 gap-10 md:mx-50 lg:mx-60 xl:mx-96">
262262
{
263263
tiers
264264
.filter((tier) => tier.title === "Startup")

0 commit comments

Comments
 (0)