Skip to content

Commit 2fbee59

Browse files
committed
thank you very much for sponsoring twicsy
1 parent 6b66f59 commit 2fbee59

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

src/components/sponsorsList.module.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
.logoGroup {
3030
display: grid;
31-
grid-template-columns: repeat(3, 1fr);
32-
gap: 0.5rem;
31+
grid-template-columns: repeat(2, 1fr);
32+
gap: 1rem;
3333
margin: 0 1rem;
3434
}
3535

@@ -47,9 +47,9 @@
4747
@media (min-width: 768px) {
4848
.logoGroup {
4949
display: grid;
50-
max-width: 500px;
50+
max-width: 600px;
5151
margin: 0 auto;
52-
grid-template-columns: repeat(3, 1fr);
53-
gap: 0.5rem;
52+
grid-template-columns: repeat(4, 1fr);
53+
gap: 1.5rem;
5454
}
5555
}

src/components/sponsorsList.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ export function SponsorsList() {
3333
alt="route4me"
3434
/>
3535
</a>
36+
<a
37+
href="https://twicsy.com/"
38+
target="_blank"
39+
rel="noopener noreferrer"
40+
>
41+
<img
42+
src="/images/twicsy.png"
43+
alt="twicsy"
44+
/>
45+
</a>
3646
</div>
3747
</div>
3848
)

0 commit comments

Comments
 (0)