Spaces:
Running
Running
Commit
·
dcc1609
1
Parent(s):
f0d739b
Update templates/index.html
Browse files- templates/index.html +10 -0
templates/index.html
CHANGED
@@ -77,6 +77,16 @@
|
|
77 |
margin: auto;
|
78 |
}
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
.info {
|
81 |
min-width: 30vw;
|
82 |
display: flex;
|
|
|
77 |
margin: auto;
|
78 |
}
|
79 |
|
80 |
+
.map-div {
|
81 |
+
padding: 1%;
|
82 |
+
position: relative;
|
83 |
+
width: 100%;
|
84 |
+
height: 50%;
|
85 |
+
margin-top: 3%;
|
86 |
+
margin-bottom: 3%;
|
87 |
+
box-sizing: border-box;
|
88 |
+
}
|
89 |
+
|
90 |
.info {
|
91 |
min-width: 30vw;
|
92 |
display: flex;
|