fix card logo size on homepage

This commit is contained in:
Tobias Brunner 2025-03-26 14:00:40 +01:00
parent 9988c9fcbd
commit 0dd73bedde
No known key found for this signature in database
2 changed files with 12 additions and 4 deletions

View file

@ -12083,7 +12083,6 @@ a.btn:focus {
}
.card__image__wide {
width: 150px;
height: 80px;
margin-bottom: 16px
}
@ -12109,6 +12108,15 @@ a.btn:focus {
margin-bottom: 0
}
.card-logo {
max-height: 80px;
max-width: 100%;
width: auto;
object-fit: contain;
display: block;
margin: 0 auto;
}
@media (min-width: 992px) {
.section-hero__header {
width: 56%