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 {
|
.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;
|
||||||
|
|
Loading…
Reference in a new issue