File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ export function Sponsors({ heading }: SponsorsProps) {
118
118
< Tier
119
119
key = { tier . name }
120
120
tier = { tier }
121
- logoHeight = { 220 - sponsorTiers . indexOf ( tier ) * 24 }
121
+ logoHeight = { 236 - sponsorTiers . indexOf ( tier ) * 32 }
122
122
/>
123
123
) ,
124
124
) }
@@ -134,7 +134,7 @@ function Tier({ tier, logoHeight }: { tier: Tier; logoHeight: number }) {
134
134
< ChevronRight className = "shrink-0 translate-y-[-0.5px]" />
135
135
{ tier . name }
136
136
</ 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 " >
138
138
{ tier . items . map ( ( { link, icon : Icon , name } , i ) => (
139
139
< a
140
140
key = { i }
You can’t perform that action at this time.
0 commit comments