From e63601955e3917601fa0e552caaed7809a725ebc Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 5 Aug 2020 20:16:09 +0200 Subject: [PATCH] Added max-height to hero image css. --- lostplaces/lostplaces_app/static/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lostplaces/lostplaces_app/static/main.css b/lostplaces/lostplaces_app/static/main.css index fd22b78..a42fcfa 100644 --- a/lostplaces/lostplaces_app/static/main.css +++ b/lostplaces/lostplaces_app/static/main.css @@ -473,6 +473,7 @@ body { .LP-PlaceOverview .LP-PlaceOverview__Info .LP-PlaceOveriew__Image { width: 700px; + max-height: 500px; box-shadow: 0 0 10px #565656; object-fit: cover; object-position: 0 0;