Spaces:
Running
Running
Commit
·
53eeb73
1
Parent(s):
916b108
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -56,8 +56,8 @@
|
|
56 |
border-width: 1px;
|
57 |
border-color: yellow;
|
58 |
margin-right: 3%;
|
59 |
-
|
60 |
-
|
61 |
}
|
62 |
|
63 |
.map-div {
|
|
|
56 |
border-width: 1px;
|
57 |
border-color: yellow;
|
58 |
margin-right: 3%;
|
59 |
+
width: 100%;
|
60 |
+
object-fit: contain; /* New line */
|
61 |
}
|
62 |
|
63 |
.map-div {
|