2022-06-19 13:23:41 +01:00
|
|
|
.listing-item {
|
|
|
|
border-top: none !important;
|
|
|
|
|
|
|
|
.image-column {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2022-06-19 17:28:48 +01:00
|
|
|
a.image {
|
2022-06-19 16:35:56 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-06-19 13:23:41 +01:00
|
|
|
.media img {
|
|
|
|
object-fit: cover;
|
|
|
|
width: 100%;
|
|
|
|
height: 175px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media {
|
|
|
|
max-height: 175px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
margin-bottom: 0.25rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-content .content {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-content {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|