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) {
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 }
You can’t perform that action at this time.
0 commit comments