Update index.html
Browse files- 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 |
-
|
11 |
margin: 0;
|
12 |
font-family: 'IBM Plex Mono', monospace;
|
13 |
}
|
14 |
|
15 |
#map { height: 100vh; width: 100%; }
|
16 |
|
17 |
-
|
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 |
}
|