From 2d52b873ded8c41e382bf83a610eeb5b12ddadd6 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 26 Dec 2019 22:57:25 -0600 Subject: [PATCH] Really fix buildings going off the screen --- gorge.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gorge.css b/gorge.css index a3a7701..9d51015 100644 --- a/gorge.css +++ b/gorge.css @@ -73,14 +73,14 @@ button { right: 5%; top: 20%; height: 80%; - max-height: 80vh; + max-height: 70vh; padding-bottom: 10px; } #buildings-list { overflow-x: hidden; overflow-y: scroll; - max-height: 80vh; + max-height: 70vh; } @media (max-aspect-ratio: 1/1) {