BraydenMoore commited on
Commit
b51cdf6
·
1 Parent(s): d98abd9

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -45,7 +45,7 @@
45
 
46
  .outer-container {
47
  margin: auto;
48
- justify-content: center;
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: center;
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 {