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 ade4332 commit 9ffb5e8Copy full SHA for 9ffb5e8
src/components/sponsor-tiers/sponsor-tiers.astro
@@ -258,7 +258,7 @@ const formatPrice = (price: number | string) => {
258
For early-stage companies ready to connect with the community, boost visibility, and make a strong first impression.
259
</p>
260
</div>
261
- <div class="grid grid-cols-1 sm:grid-cols-1 gap-10 mx-96">
+ <div class="grid grid-cols-1 gap-10 md:mx-50 lg:mx-60 xl:mx-96">
262
{
263
tiers
264
.filter((tier) => tier.title === "Startup")
0 commit comments