Skip to content

Commit de742b9

Browse files
GallectionsThatNerdSquared
authored andcommitted
fix: fix image size on current sponsors
1 parent c16eb43 commit de742b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/sponsorsComponents/SponsorCategory.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,12 @@ const {path} = Astro.props;
3939
}
4040

4141
img {
42-
height:6rem;
42+
max-height:6rem;
4343
}
4444

4545
@media (max-width: 880px) {
4646
img {
4747
max-width:100%;
48-
height:auto;
4948
}
5049

5150
.category-container {

0 commit comments

Comments
 (0)