maringetxway commited on
Commit
a330ff7
·
verified ·
1 Parent(s): 053f4a5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -7,14 +7,14 @@
7
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap" rel="stylesheet">
8
  <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap" rel="stylesheet">
9
  <style>
10
- html, 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;
19
  font-family: 'Source Code Pro', monospace;
20
  }
 
7
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap" rel="stylesheet">
8
  <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap" rel="stylesheet">
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;
19
  font-family: 'Source Code Pro', monospace;
20
  }