diff --git a/web_assets/index.html b/web_assets/index.html index 89554e8..961dd75 100644 --- a/web_assets/index.html +++ b/web_assets/index.html @@ -14,6 +14,6 @@ -
+
diff --git a/web_assets/style.css b/web_assets/style.css index 8585eb3..19b9b34 100644 --- a/web_assets/style.css +++ b/web_assets/style.css @@ -1,6 +1,18 @@ -html { height: 100% } -body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; } -#mcmap { height: 100% } +html { + height: 100%; +} + +body { + height: 100%; + margin: 0px; + padding: 0px; + background-color: #000; +} + +#mcmap { + width: 100%; + height: 100%; +} .infoWindow { height: 100px;