Skip to content

Commit 85dfb31

Browse files
committed
feat: improve sponsor image on mobile
1 parent 51381e6 commit 85dfb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SponsorCategory.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const { path } = Astro.props;
4040
}
4141

4242
img {
43-
max-width: 220px;
43+
max-width: 70vw;
4444
}
4545
}
4646
</style>

0 commit comments

Comments
 (0)