feat: add object-fit property to showcase card images to fix squished images

This commit is contained in:
Kieran Klukas 2024-08-23 16:34:48 -04:00
parent f1b8193927
commit 5b8ab1bb57
No known key found for this signature in database

View file

@ -22,6 +22,7 @@
max-height: 100%;
aspect-ratio: 1 / 1;
border-radius: 5px;
object-fit: contain;
}
.card_img_container {