Correctly set max height of list item

This commit is contained in:
Jake Howard 2022-08-27 21:57:17 +01:00
parent fea5a1f58b
commit ee1eaf6593
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,5 +1,6 @@
.listing-item { .listing-item {
border-top: none !important; border-top: none !important;
max-height: 175px;
.image-column { .image-column {
display: flex; display: flex;
@ -10,16 +11,12 @@
width: 100%; width: 100%;
} }
.media img { img {
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
height: 175px; height: 175px;
} }
.media {
max-height: 175px;
}
.content-details { .content-details {
font-size: 80%; font-size: 80%;
margin-top: $subtitle-negative-margin; margin-top: $subtitle-negative-margin;