Bugfix: show images in quotes at right size

This commit is contained in:
Evan Hahn 2021-01-27 17:34:22 -06:00 committed by GitHub
parent 12c44d40a8
commit 3ee69c211d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1915,11 +1915,12 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
}
.module-quote__icon-container {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
flex: auto auto 54px;
background-size: cover;
flex: 0 0 54px;
position: relative;
width: 54px;
}
.module-quote__icon-container__inner {