BraydenMoore commited on
Commit
de94724
1 Parent(s): 2b87d70

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -2
templates/index.html CHANGED
@@ -53,8 +53,8 @@
53
  }
54
  #feed-div {
55
  display: flex;
56
- justify-content: center;
57
- align-items: center;
58
  height: 700px;
59
  width: 1200px;
60
  position: relative;
@@ -64,6 +64,7 @@
64
  .feed {
65
  transition: 0.3s ease;
66
  width: 100%;
 
67
  }
68
  .map {
69
  width: 100%;
 
53
  }
54
  #feed-div {
55
  display: flex;
56
+ justify-content: left;
57
+ align-items: top;
58
  height: 700px;
59
  width: 1200px;
60
  position: relative;
 
64
  .feed {
65
  transition: 0.3s ease;
66
  width: 100%;
67
+ height: 100%;
68
  }
69
  .map {
70
  width: 100%;