Remove fixed height for listing items
This made it look horrible on mobile.
This commit is contained in:
parent
93c06b3fe7
commit
053f44bf35
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
.listing-item {
|
.listing-item {
|
||||||
border-top: none !important;
|
border-top: none !important;
|
||||||
max-height: 175px;
|
|
||||||
|
|
||||||
.image-column {
|
.image-column {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue