From 68c65f0c0c03185df09168868ec94e3707acb241 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 2 Aug 2024 12:46:00 -0600 Subject: [PATCH] Update layout to vertical halves and ensure new Google Maps link is used --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index eeb8932..52fb05c 100644 --- a/index.html +++ b/index.html @@ -12,11 +12,13 @@ display: flex; flex-direction: column; align-items: center; + height: 100vh; } .map-container { width: 100%; - height: 50vh; display: flex; + flex-direction: column; + flex: 1; } iframe { flex: 1; @@ -45,7 +47,7 @@
- +