From 9ea47907316298601059e335e30fff17e23b0716 Mon Sep 17 00:00:00 2001 From: Mark Estefanos Date: Sun, 15 Dec 2024 18:09:11 -0800 Subject: [PATCH] Specify px on location header image --- core/static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/static/css/custom.css b/core/static/css/custom.css index 0ce6de4b..b51f2ec8 100644 --- a/core/static/css/custom.css +++ b/core/static/css/custom.css @@ -193,7 +193,7 @@ a:hover { } .house-image { - height:225; + height:225px; width:100%; padding:0; object-fit: cover;