From 053f44bf35f4d7960c00ac9da041a29856df27e8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 30 Oct 2022 13:14:23 +0000 Subject: [PATCH] Remove fixed height for listing items This made it look horrible on mobile. --- static/src/scss/_listing.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/static/src/scss/_listing.scss b/static/src/scss/_listing.scss index fbe4bb5..309b53f 100644 --- a/static/src/scss/_listing.scss +++ b/static/src/scss/_listing.scss @@ -1,6 +1,5 @@ .listing-item { border-top: none !important; - max-height: 175px; .image-column { display: flex;