From b14a933f1a81685cdfaeb56cdbd66270ff967f07 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 2 Aug 2024 12:41:46 -0600 Subject: [PATCH] Update layout and ensure new Google Maps link is used --- index.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8f54a68..eeb8932 100644 --- a/index.html +++ b/index.html @@ -13,13 +13,19 @@ flex-direction: column; align-items: center; } - iframe { + .map-container { width: 100%; height: 50vh; + display: flex; + } + iframe { + flex: 1; border: none; } .buttons { - margin: 20px; + width: 100%; + text-align: center; + margin: 20px 0; } .buttons button { padding: 10px 20px; @@ -38,8 +44,10 @@ - - +
+ + +