mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-28 22:10:54 -06:00
feat(sponsors): fix sponsor image size on mobile
This commit is contained in:
@ -168,7 +168,7 @@
|
|||||||
.Sponsors a img {
|
.Sponsors a img {
|
||||||
min-height: 10svh;
|
min-height: 10svh;
|
||||||
max-height: 24svh;
|
max-height: 24svh;
|
||||||
min-width: 100px;
|
min-width: 240px;
|
||||||
max-width: 240px;
|
max-width: 240px;
|
||||||
padding: 1svh 0.5svw;
|
padding: 1svh 0.5svw;
|
||||||
background-color: grey;
|
background-color: grey;
|
||||||
|
Reference in New Issue
Block a user