ask for missing service and card img tweaks

This commit is contained in:
Tobias Brunner 2025-02-27 15:55:46 +01:00
parent 2cbcc4ba98
commit 558e57f664
No known key found for this signature in database
3 changed files with 22 additions and 2 deletions

View file

@ -12071,13 +12071,13 @@ a.btn:focus {
}
.card__image {
height: 120px;
height: 100px;
display: flex;
overflow: hidden;
}
.card__image img {
max-height: 90px;
max-height: 100px;
max-width: 80%;
object-fit: contain;
}