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 @@ -132,7 +132,7 @@ export function Sponsors({ heading }: SponsorsProps) {
132
132
< Tier
133
133
key = { tier . name }
134
134
tier = { tier }
135
- logoHeight = { 220 - sponsorTiers . indexOf ( tier ) * 24 }
135
+ logoHeight = { 236 - sponsorTiers . indexOf ( tier ) * 32 }
136
136
/>
137
137
) ,
138
138
) }
@@ -148,7 +148,7 @@ function Tier({ tier, logoHeight }: { tier: Tier; logoHeight: number }) {
148
148
< ChevronRight className = "shrink-0 translate-y-[-0.5px]" />
149
149
{ tier . name }
150
150
</ h3 >
151
- < div className = "flex min-w-[70%] flex-wrap justify-center gap-y-4" >
151
+ < 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 " >
152
152
{ tier . items . map ( ( { link, icon : Icon , name } , i ) => (
153
153
< a
154
154
key = { i }
You can’t perform that action at this time.
0 commit comments