diff --git a/static/css/components/card.css b/static/css/components/card.css index d0c0212b..99e272e8 100644 --- a/static/css/components/card.css +++ b/static/css/components/card.css @@ -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 {