BraydenMoore commited on
Commit
5f833b5
·
1 Parent(s): c4766dd

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -2
templates/index.html CHANGED
@@ -62,6 +62,7 @@
62
  }
63
 
64
  .map-div {
 
65
  border: 1px solid yellow;
66
  position: relative;
67
  width: 100%;
@@ -97,12 +98,12 @@
97
 
98
  .feed {
99
  width: 90vw;
100
- height: 40vh;
101
  margin-right: 0;
102
  }
103
  .info {
104
  width: 90vw;
105
- height: 40vh;
106
  }
107
  }
108
 
 
62
  }
63
 
64
  .map-div {
65
+ padding: 1%;
66
  border: 1px solid yellow;
67
  position: relative;
68
  width: 100%;
 
98
 
99
  .feed {
100
  width: 90vw;
101
+ height: 30vh;
102
  margin-right: 0;
103
  }
104
  .info {
105
  width: 90vw;
106
+ height: 65vh;
107
  }
108
  }
109