Commit
·
a91bd7e
1
Parent(s):
4148bc2
Update templates/index.html
Browse files- templates/index.html +6 -2
templates/index.html
CHANGED
|
@@ -51,18 +51,22 @@
|
|
| 51 |
max-width: 85vw;
|
| 52 |
}
|
| 53 |
#feed-div {
|
|
|
|
|
|
|
|
|
|
| 54 |
padding: 1%;
|
| 55 |
border-style: solid;
|
| 56 |
border-width: 2px;
|
| 57 |
border-color: yellow;
|
| 58 |
margin-right: 3%;
|
| 59 |
margin-bottom: 3%;
|
| 60 |
-
width:
|
| 61 |
-
height:
|
| 62 |
transition: 0.3s ease;
|
| 63 |
}
|
| 64 |
.feed {
|
| 65 |
height: 100%;
|
|
|
|
| 66 |
}
|
| 67 |
.map {
|
| 68 |
width: 100%;
|
|
|
|
| 51 |
max-width: 85vw;
|
| 52 |
}
|
| 53 |
#feed-div {
|
| 54 |
+
display: flex;
|
| 55 |
+
justify-content: center;
|
| 56 |
+
align-items: center;
|
| 57 |
padding: 1%;
|
| 58 |
border-style: solid;
|
| 59 |
border-width: 2px;
|
| 60 |
border-color: yellow;
|
| 61 |
margin-right: 3%;
|
| 62 |
margin-bottom: 3%;
|
| 63 |
+
width: 60vw;
|
| 64 |
+
height: 69vh;
|
| 65 |
transition: 0.3s ease;
|
| 66 |
}
|
| 67 |
.feed {
|
| 68 |
height: 100%;
|
| 69 |
+
width: auto;
|
| 70 |
}
|
| 71 |
.map {
|
| 72 |
width: 100%;
|