Correctly set max height of list item
This commit is contained in:
parent
fea5a1f58b
commit
ee1eaf6593
1 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
.listing-item {
|
||||
border-top: none !important;
|
||||
max-height: 175px;
|
||||
|
||||
.image-column {
|
||||
display: flex;
|
||||
|
@ -10,16 +11,12 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.media img {
|
||||
img {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 175px;
|
||||
}
|
||||
|
||||
.media {
|
||||
max-height: 175px;
|
||||
}
|
||||
|
||||
.content-details {
|
||||
font-size: 80%;
|
||||
margin-top: $subtitle-negative-margin;
|
||||
|
|
Loading…
Reference in a new issue