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
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB