From d5c6a468eb647d2796bea436f1f63f7d0bc1a359 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Fri, 2 Jan 2026 23:14:16 +0000 Subject: [PATCH] Fixed property card image not showing --- src/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/global.css b/src/global.css index 7059075..7e6cca4 100644 --- a/src/global.css +++ b/src/global.css @@ -975,6 +975,7 @@ hr.th-divider { border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 1px solid var(--th-textColor); + padding-top: 66.6667%; } .th-property-card-placeholder-image {