Skip to content

Commit f94dfab

Browse files
committed
fix: gajshield logo
1 parent 882e798 commit f94dfab

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

75.6 KB
Loading

2025/public/sponsor/currsponsors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default [
44
sponsors: [
55
{
66
src: "https://www.gajshield.com/",
7-
img: "/sponsor/currentsponsors/GajshieldWhite.png"
7+
img: "/sponsor/currentsponsors/gajshield.png"
88
}
99
]
1010
},

2025/src/sections/sponsor/sponsor.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,12 @@
340340
}
341341

342342
.sponsor__logo-placeholder {
343-
width: 150px;
344-
height: 150px;
343+
width: 200px;
344+
height: 200px;
345345
object-fit: contain;
346346
background-color: transparent;
347347
border: none;
348-
padding: 10px;
348+
349349
}
350350

351351
.sponsor__p {
@@ -536,8 +536,8 @@
536536
}
537537

538538
.sponsor__logo-placeholder {
539-
width: 120px;
540-
height: 120px;
539+
width: 150px;
540+
height: 150px;
541541
}
542542

543543
.sponsor__frame-text {
@@ -624,8 +624,8 @@
624624
}
625625

626626
.sponsor__logo-placeholder {
627-
width: 110px;
628-
height: 110px;
627+
width: 130px;
628+
height: 130px;
629629
}
630630

631631
.sponsor__button {
@@ -704,12 +704,12 @@
704704
}
705705

706706
.sponsor__logo-placeholder {
707-
width: 200px;
708-
height: 200px;
707+
width: 250px;
708+
height: 250px;
709709
object-fit: contain;
710710
background-color: transparent;
711711
border: none;
712-
padding: 10px;
712+
713713
}
714714

715715
@media (max-width: 768px) {

2025/src/sections/sponsor/sponsor.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default function Sponsor() {
1616
src={item.img}
1717
alt="Sponsor Logo"
1818
className="sponsor__logo-placeholder"
19+
style={item.style}
1920
/>
2021
</a>
2122
</div>

0 commit comments

Comments
 (0)