File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -175,11 +175,11 @@ export const sponsorsData: ISponsor[] = [
175
175
isActive : true ,
176
176
imageType : ImageType . SVG ,
177
177
darkStyle : {
178
- padding : "4px " ,
178
+ padding : "6px " ,
179
179
filter : "grayscale(1) opacity(0.3)" ,
180
180
} ,
181
181
lightStyle : {
182
- padding : "4px " ,
182
+ padding : "6px " ,
183
183
filter : "grayscale(1) brightness(4) opacity(0.9)" ,
184
184
} ,
185
185
} ,
@@ -199,13 +199,13 @@ export const sponsorsData: ISponsor[] = [
199
199
isActive : true ,
200
200
imageType : ImageType . SVG ,
201
201
darkStyle : {
202
- padding : "2px " ,
202
+ padding : "4px " ,
203
203
filter : "grayscale(1) brightness(2) opacity(0.2)" ,
204
204
background :
205
205
'url("/images/tembo.png") 0% 0% / contain no-repeat content-box' ,
206
206
} ,
207
207
lightStyle : {
208
- padding : "2px " ,
208
+ padding : "4px " ,
209
209
filter : "grayscale(1) opacity(0.5)" ,
210
210
background :
211
211
'url("/images/tembo.png") 0% 0% / contain no-repeat content-box' ,
Original file line number Diff line number Diff line change @@ -251,10 +251,10 @@ export const sponsorsData: ISponsor[] = [
251
251
isActive : true ,
252
252
imageType : ImageType . SVG ,
253
253
darkStyle : {
254
- padding : "8px " ,
254
+ padding : "10px " ,
255
255
} ,
256
256
lightStyle : {
257
- padding : "8px " ,
257
+ padding : "10px " ,
258
258
} ,
259
259
} ,
260
260
{
@@ -272,10 +272,10 @@ export const sponsorsData: ISponsor[] = [
272
272
isActive : true ,
273
273
imageType : ImageType . IMAGE ,
274
274
darkStyle : {
275
- padding : "9px " ,
275
+ padding : "11px " ,
276
276
} ,
277
277
lightStyle : {
278
- padding : "9px " ,
278
+ padding : "11px " ,
279
279
} ,
280
280
} ,
281
281
{
You can’t perform that action at this time.
0 commit comments