fix card logo size on homepage
This commit is contained in:
parent
9988c9fcbd
commit
0dd73bedde
2 changed files with 12 additions and 4 deletions
|
@ -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%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue