From ae839911a9c153c2012f466bb07709f871ed266b Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Wed, 2 Feb 2022 14:14:21 +0100 Subject: [PATCH] shortened max hero height --- hangar/css/styleHangar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/hangar/css/styleHangar.css b/hangar/css/styleHangar.css index 36a20a3..6fd5b67 100644 --- a/hangar/css/styleHangar.css +++ b/hangar/css/styleHangar.css @@ -277,6 +277,7 @@ table.cf7-db-table tbody td > div { position: relative; min-width: 100%; height: 40vw; + max-height: 50vh; margin-bottom: 2rem; overflow: hidden; }