maringetxway commited on
Commit
0e000b8
·
verified ·
1 Parent(s): 90b9c6b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -2
index.html CHANGED
@@ -9,10 +9,14 @@
9
  <style>
10
  body {
11
  margin: 0;
12
- font-family: 'IBM Plex Mono', monospace;
13
  }
14
 
15
- #map { height: 100vh; width: 100%; }
 
 
 
 
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;