File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`: tier
38
38
src = { logo }
39
39
alt = { ` ${title } Logo ` }
40
40
style = { {
41
- minWidth: " 170px " ,
41
+ minWidth: " 140px " ,
42
42
maxHeight: " 120px" ,
43
43
objectFit: " contain" ,
44
44
padding: logo_padding ? logo_padding : undefined ,
@@ -50,7 +50,7 @@ const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`: tier
50
50
src = { logo }
51
51
alt = { ` ${title } Logo ` }
52
52
style = { {
53
- minWidth: " 170px " ,
53
+ minWidth: " 140px " ,
54
54
maxHeight: " 120px" ,
55
55
objectFit: " contain" ,
56
56
padding: logo_padding ? logo_padding : undefined ,
Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ const action2 = "/sponsorship/sponsor/";
125
125
126
126
<div
127
127
class =" bluebox relative flex flex-col items-center justify-center"
128
- style =" "
129
128
>
130
129
<div class =" bluebox-shift" >
131
130
<div class =" hero-image overflow-hidden -mt-12" >
@@ -136,7 +135,7 @@ const action2 = "/sponsorship/sponsor/";
136
135
alt =" EuroPython 2025 Conference"
137
136
layout =' full-width'
138
137
formats ={ [' avif' , ' webp' , ' jpeg' ]}
139
- class =" max-w-5xl lg:max-w-full h-auto lg:h-full rounded-2xl shadow-xl"
138
+ class =" lg:max-w-full h-auto lg:h-full rounded-2xl shadow-xl"
140
139
loading =" eager"
141
140
priority ={ true }
142
141
/>
You can’t perform that action at this time.
0 commit comments