feat(sponsors): fix sponsor image size on mobile

This commit is contained in:
2025-07-21 16:15:22 -06:00
parent a3cd8fa9ab
commit 49a3ce7eb5

View File

@ -168,7 +168,7 @@
.Sponsors a img {
min-height: 10svh;
max-height: 24svh;
min-width: 100px;
min-width: 240px;
max-width: 240px;
padding: 1svh 0.5svw;
background-color: grey;