Skip to content

Commit de9d34f

Browse files
mitchazjgmta
authored andcommitted
sponsors: Repair broken overflow in tier names
1 parent 8878755 commit de9d34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/landing/sponsors.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const sponsors: SponsorTier[] = [
205205
<div class="mb-[64px] relative">
206206
<div class="flex items-center mb-6">
207207
<span class="block w-full h-[1px] bg-[#d3d2d6]" />
208-
<span class="text-2xl shrink-0 font-semibold px-5">
208+
<span class="text-2xl shrink-0 font-semibold px-5 max-w-full text-center">
209209
{tier.name}
210210
</span>
211211
<span class="block w-full h-[1px] bg-[#d3d2d6]" />

0 commit comments

Comments
 (0)