Commit
·
d388be1
1
Parent(s):
2c91957
Update templates/index.html
Browse files- templates/index.html +3 -2
templates/index.html
CHANGED
@@ -57,8 +57,9 @@
|
|
57 |
border-color: yellow;
|
58 |
margin-right: 3%;
|
59 |
margin-bottom: 3%;
|
60 |
-
width:
|
61 |
-
height:
|
|
|
62 |
}
|
63 |
.map {
|
64 |
width: 100%;
|
|
|
57 |
border-color: yellow;
|
58 |
margin-right: 3%;
|
59 |
margin-bottom: 3%;
|
60 |
+
width: 55%;
|
61 |
+
height: auto;
|
62 |
+
transition: 0.3s ease;
|
63 |
}
|
64 |
.map {
|
65 |
width: 100%;
|