Crop image for equal card height

pull/7/head
Jannis Portmann 2023-04-02 23:15:16 +02:00
parent 8083148725
commit 51f71ec540
1 changed files with 7 additions and 0 deletions

View File

@ -78,4 +78,11 @@ a {
.btn.active,
.dropdown-item.active {
background-color: var(--pfl-color) !important;
}
.offer-img {
object-fit: cover;
object-position: center;
width: 100%;
height: 25rem !important;
}