Skip to content

Commit 7564847

Browse files
committed
Switch the sponsors section layout to grid
1 parent f4c7fd3 commit 7564847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/2025/components/sponsors.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function Sponsors({ heading }: SponsorsProps) {
118118
<Tier
119119
key={tier.name}
120120
tier={tier}
121-
logoHeight={220 - sponsorTiers.indexOf(tier) * 24}
121+
logoHeight={236 - sponsorTiers.indexOf(tier) * 32}
122122
/>
123123
),
124124
)}
@@ -134,7 +134,7 @@ function Tier({ tier, logoHeight }: { tier: Tier; logoHeight: number }) {
134134
<ChevronRight className="shrink-0 translate-y-[-0.5px]" />
135135
{tier.name}
136136
</h3>
137-
<div className="flex min-w-[70%] flex-wrap justify-center gap-y-4">
137+
<div className="flex min-w-[70%] flex-wrap justify-center gap-y-4 lg:grid lg:w-full lg:grid-cols-2 lg:gap-4">
138138
{tier.items.map(({ link, icon: Icon, name }, i) => (
139139
<a
140140
key={i}

0 commit comments

Comments
 (0)