Spaces:
Running
Running
Commit
·
4148bc2
1
Parent(s):
737161e
Update templates/index.html
Browse files- templates/index.html +4 -1
templates/index.html
CHANGED
@@ -50,7 +50,7 @@
|
|
50 |
justify-content: left;
|
51 |
max-width: 85vw;
|
52 |
}
|
53 |
-
feed-div {
|
54 |
padding: 1%;
|
55 |
border-style: solid;
|
56 |
border-width: 2px;
|
@@ -61,6 +61,9 @@
|
|
61 |
height: auto;
|
62 |
transition: 0.3s ease;
|
63 |
}
|
|
|
|
|
|
|
64 |
.map {
|
65 |
width: 100%;
|
66 |
height: 100%;
|
|
|
50 |
justify-content: left;
|
51 |
max-width: 85vw;
|
52 |
}
|
53 |
+
#feed-div {
|
54 |
padding: 1%;
|
55 |
border-style: solid;
|
56 |
border-width: 2px;
|
|
|
61 |
height: auto;
|
62 |
transition: 0.3s ease;
|
63 |
}
|
64 |
+
.feed {
|
65 |
+
height: 100%;
|
66 |
+
}
|
67 |
.map {
|
68 |
width: 100%;
|
69 |
height: 100%;
|