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 @@
- - +