Spaces:
Running
Running
Commit
·
72c3159
1
Parent(s):
53eeb73
Update templates/index.html
Browse files- templates/index.html +3 -1
templates/index.html
CHANGED
@@ -57,10 +57,12 @@
|
|
57 |
border-color: yellow;
|
58 |
margin-right: 3%;
|
59 |
width: 100%;
|
60 |
-
object-fit: contain;
|
61 |
}
|
62 |
|
63 |
.map-div {
|
|
|
|
|
64 |
padding: 1%;
|
65 |
border-style: solid;
|
66 |
border-width: 1px;
|
|
|
57 |
border-color: yellow;
|
58 |
margin-right: 3%;
|
59 |
width: 100%;
|
60 |
+
object-fit: contain;
|
61 |
}
|
62 |
|
63 |
.map-div {
|
64 |
+
width: 100%;
|
65 |
+
object-fit: contain;
|
66 |
padding: 1%;
|
67 |
border-style: solid;
|
68 |
border-width: 1px;
|