Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
@@ -22,13 +22,14 @@
|
|
22 |
font-family: 'Source Code Pro', monospace !important;
|
23 |
font-weight: 700;
|
24 |
font-size: 16px;
|
25 |
-
padding: 2rem;
|
26 |
}
|
27 |
|
28 |
#description_map{
|
29 |
text-align:center;
|
30 |
font-family: 'IBM Plex Mono', monospace;
|
31 |
-
font-size:
|
|
|
32 |
}
|
33 |
|
34 |
p {
|
|
|
22 |
font-family: 'Source Code Pro', monospace !important;
|
23 |
font-weight: 700;
|
24 |
font-size: 16px;
|
25 |
+
padding: 2rem 2rem 0 2rem;
|
26 |
}
|
27 |
|
28 |
#description_map{
|
29 |
text-align:center;
|
30 |
font-family: 'IBM Plex Mono', monospace;
|
31 |
+
font-size: 16px;
|
32 |
+
padding: 0 2rem 2rem 2rem;
|
33 |
}
|
34 |
|
35 |
p {
|