BraydenMoore commited on
Commit
19a4f23
·
1 Parent(s): c77368e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -7
templates/index.html CHANGED
@@ -56,19 +56,13 @@
56
  justify-content: center;
57
  align-items: center;
58
  width: 60%;
59
- padding-top: 56.25%; /* 16:9 Aspect Ratio */
60
  position: relative;
61
  margin-right: 3%;
62
  margin-bottom: 3%;
63
  }
64
  .feed {
65
  transition: 0.3s ease;
66
- position: absolute;
67
- top: 0;
68
- left: 0;
69
- bottom: 0;
70
- right: 0;
71
- object-fit: contain;
72
  }
73
  .map {
74
  width: 100%;
 
56
  justify-content: center;
57
  align-items: center;
58
  width: 60%;
 
59
  position: relative;
60
  margin-right: 3%;
61
  margin-bottom: 3%;
62
  }
63
  .feed {
64
  transition: 0.3s ease;
65
+ width: 100%;
 
 
 
 
 
66
  }
67
  .map {
68
  width: 100%;