From 7a08c4b56db9ba3b4b000720c3a7a92cbd02cf2a Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 13 Nov 2024 14:32:00 +0000 Subject: [PATCH] Adjust size of map on trip page to avoid scrollbar. --- templates/trip_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/trip_page.html b/templates/trip_page.html index bf961fa..b7733f3 100644 --- a/templates/trip_page.html +++ b/templates/trip_page.html @@ -53,7 +53,7 @@ } .half-map { - height: 100vh; + height: 90vh; } .full-window-map {