fix: align card images to center (#6481)

This commit is contained in:
ghuds540 2026-01-11 19:17:41 -05:00 committed by GitHub
parent 95b1bce917
commit deada580e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,6 +86,7 @@
}
&-preview {
align-items: center;
display: flex;
justify-content: center;
margin-bottom: 5px;
@ -94,7 +95,6 @@
&-image {
height: 100%;
object-fit: contain;
object-position: top;
width: 100%;
}