Spaces:
Running
Running
BraydenMoore
commited on
Commit
·
b51cdf6
1
Parent(s):
d98abd9
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -45,7 +45,7 @@
|
|
45 |
|
46 |
.outer-container {
|
47 |
margin: auto;
|
48 |
-
justify-content:
|
49 |
align-items: left;
|
50 |
max-width: 80vw;
|
51 |
}
|
@@ -93,7 +93,7 @@
|
|
93 |
@media only screen and (orientation: portrait) {
|
94 |
.flex-container {
|
95 |
flex-direction: column;
|
96 |
-
align-items:
|
97 |
}
|
98 |
|
99 |
.feed {
|
|
|
45 |
|
46 |
.outer-container {
|
47 |
margin: auto;
|
48 |
+
justify-content: left;
|
49 |
align-items: left;
|
50 |
max-width: 80vw;
|
51 |
}
|
|
|
93 |
@media only screen and (orientation: portrait) {
|
94 |
.flex-container {
|
95 |
flex-direction: column;
|
96 |
+
align-items: left;
|
97 |
}
|
98 |
|
99 |
.feed {
|