mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
feat: add object-fit property to showcase card images to fix squished images
This commit is contained in:
parent
f1b8193927
commit
5b8ab1bb57
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
max-height: 100%;
|
||||
aspect-ratio: 1 / 1;
|
||||
border-radius: 5px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.card_img_container {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue