Skip to content

Commit 2abd397

Browse files
ADDED: new sponsor
1 parent afda3b5 commit 2abd397

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/data/asideS.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ export const sponsorsData: ISponsor[] = [
175175
isActive: true,
176176
imageType: ImageType.SVG,
177177
darkStyle: {
178-
padding: "4px",
178+
padding: "6px",
179179
filter: "grayscale(1) opacity(0.3)",
180180
},
181181
lightStyle: {
182-
padding: "4px",
182+
padding: "6px",
183183
filter: "grayscale(1) brightness(4) opacity(0.9)",
184184
},
185185
},
@@ -199,13 +199,13 @@ export const sponsorsData: ISponsor[] = [
199199
isActive: true,
200200
imageType: ImageType.SVG,
201201
darkStyle: {
202-
padding: "2px",
202+
padding: "4px",
203203
filter: "grayscale(1) brightness(2) opacity(0.2)",
204204
background:
205205
'url("/images/tembo.png") 0% 0% / contain no-repeat content-box',
206206
},
207207
lightStyle: {
208-
padding: "2px",
208+
padding: "4px",
209209
filter: "grayscale(1) opacity(0.5)",
210210
background:
211211
'url("/images/tembo.png") 0% 0% / contain no-repeat content-box',

src/data/s.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ export const sponsorsData: ISponsor[] = [
251251
isActive: true,
252252
imageType: ImageType.SVG,
253253
darkStyle: {
254-
padding: "8px",
254+
padding: "10px",
255255
},
256256
lightStyle: {
257-
padding: "8px",
257+
padding: "10px",
258258
},
259259
},
260260
{
@@ -272,10 +272,10 @@ export const sponsorsData: ISponsor[] = [
272272
isActive: true,
273273
imageType: ImageType.IMAGE,
274274
darkStyle: {
275-
padding: "9px",
275+
padding: "11px",
276276
},
277277
lightStyle: {
278-
padding: "9px",
278+
padding: "11px",
279279
},
280280
},
281281
{

0 commit comments

Comments
 (0)