Commit
·
08149a2
1
Parent(s):
c47440a
Update templates/index.html
Browse files- templates/index.html +5 -0
templates/index.html
CHANGED
@@ -72,10 +72,15 @@
|
|
72 |
|
73 |
@media only screen and (max-width: 768px) {
|
74 |
.flex-container {
|
|
|
75 |
flex-direction: column;
|
76 |
align-items: center;
|
77 |
}
|
78 |
|
|
|
|
|
|
|
|
|
79 |
.feed {
|
80 |
width: 90vw;
|
81 |
height: 500px;
|
|
|
72 |
|
73 |
@media only screen and (max-width: 768px) {
|
74 |
.flex-container {
|
75 |
+
width: 90vw;
|
76 |
flex-direction: column;
|
77 |
align-items: center;
|
78 |
}
|
79 |
|
80 |
+
.outer-container {
|
81 |
+
width: 90vw;
|
82 |
+
}
|
83 |
+
|
84 |
.feed {
|
85 |
width: 90vw;
|
86 |
height: 500px;
|