Skip to content

Commit 9f68946

Browse files
committed
improve icon style
1 parent 8d5e6c2 commit 9f68946

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/components/sponsorsList.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
padding: 0.5rem;
4545
}
4646

47+
.twicsy {
48+
border-radius: 50px;
49+
}
50+
4751
@media (min-width: 768px) {
4852
.logoGroup {
4953
display: grid;

src/components/sponsorsList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export function SponsorsList() {
3939
rel="noopener noreferrer"
4040
>
4141
<img
42+
className={styles.twicsy}
4243
src="/images/twicsy.png"
4344
alt="twicsy"
4445
/>

0 commit comments

Comments
 (0)