We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5e6c2 commit 9f68946Copy full SHA for 9f68946
src/components/sponsorsList.module.css
@@ -44,6 +44,10 @@
44
padding: 0.5rem;
45
}
46
47
+.twicsy {
48
+ border-radius: 50px;
49
+}
50
+
51
@media (min-width: 768px) {
52
.logoGroup {
53
display: grid;
src/components/sponsorsList.tsx
@@ -39,6 +39,7 @@ export function SponsorsList() {
39
rel="noopener noreferrer"
40
>
41
<img
42
+ className={styles.twicsy}
43
src="/images/twicsy.png"
alt="twicsy"
/>
0 commit comments