Update index.html
Browse files- index.html +6 -2
index.html
CHANGED
@@ -9,10 +9,14 @@
|
|
9 |
<style>
|
10 |
body {
|
11 |
margin: 0;
|
12 |
-
|
13 |
}
|
14 |
|
15 |
-
#map {
|
|
|
|
|
|
|
|
|
16 |
|
17 |
#title_map{
|
18 |
text-align:center;
|
|
|
9 |
<style>
|
10 |
body {
|
11 |
margin: 0;
|
12 |
+
|
13 |
}
|
14 |
|
15 |
+
#map {
|
16 |
+
height: 100vh;
|
17 |
+
width: 100%;
|
18 |
+
font-family: 'IBM Plex Mono', monospace;
|
19 |
+
}
|
20 |
|
21 |
#title_map{
|
22 |
text-align:center;
|