Skip to content

Commit

Permalink
improve icon style
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 committed Sep 21, 2024
1 parent 8d5e6c2 commit 9f68946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/sponsorsList.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
padding: 0.5rem;
}

.twicsy {
border-radius: 50px;
}

@media (min-width: 768px) {
.logoGroup {
display: grid;
Expand Down
1 change: 1 addition & 0 deletions src/components/sponsorsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export function SponsorsList() {
rel="noopener noreferrer"
>
<img
className={styles.twicsy}
src="/images/twicsy.png"
alt="twicsy"
/>
Expand Down

0 comments on commit 9f68946

Please sign in to comment.