Align image position in card component for better display

This commit is contained in:
Will Miao
2025-03-07 17:43:48 +08:00
parent 2186b7ee26
commit d6ed5b7fec

View File

@@ -57,6 +57,7 @@
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top; /* Align the top of the image with the top of the container */
}
.card-footer {