BraydenMoore commited on
Commit
9a85f81
1 Parent(s): e9e0184

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -2
templates/index.html CHANGED
@@ -44,7 +44,7 @@
44
  }
45
 
46
  .outer-container {
47
- margin: 5%;
48
  justify-content: left;
49
  align-items: left;
50
  max-width: 80vw;
@@ -66,6 +66,7 @@
66
  position: relative;
67
  width: 100%;
68
  height: 50%;
 
69
  margin-bottom: 3%;
70
  box-sizing: border-box;
71
  }
@@ -97,7 +98,7 @@
97
 
98
  .feed {
99
  width: 80vw;
100
- max-height: 80vh;
101
  margin-right: 0;
102
  }
103
  .info {
 
44
  }
45
 
46
  .outer-container {
47
+ margin: 2%;
48
  justify-content: left;
49
  align-items: left;
50
  max-width: 80vw;
 
66
  position: relative;
67
  width: 100%;
68
  height: 50%;
69
+ margin-top: 3%;
70
  margin-bottom: 3%;
71
  box-sizing: border-box;
72
  }
 
98
 
99
  .feed {
100
  width: 80vw;
101
+ max-height: 70vh;
102
  margin-right: 0;
103
  }
104
  .info {