Skip to content

Commit 55b1b72

Browse files
committed
Merge branch 'hack8-dev'
2 parents 4106a1a + ac22d39 commit 55b1b72

9 files changed

Lines changed: 27 additions & 25 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>
Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,12 @@
156156
type="module"
157157
src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.4.0/model-viewer.min.js"
158158
></script>
159-
<script type="module" crossorigin src="/assets/index-BSanfczK.js"></script>
160-
<link rel="stylesheet" crossorigin href="/assets/index-BdWN_wLI.css">
159+
<script type="module" crossorigin src="/assets/index-BFeMpc8g.js"></script>
160+
<link rel="stylesheet" crossorigin href="/assets/index-D9838IUQ.css">
161161
</head>
162162

163163
<body>
164164
<div id="root"></div>
165+
165166
</body>
166167
</html>
75.6 KB
Loading

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
},

0 commit comments

Comments
 (0)