BraydenMoore commited on
Commit
c6fc1cf
·
1 Parent(s): f23a31d

Mobile site formatting

Browse files
Files changed (1) hide show
  1. Templates/index.html +4 -3
Templates/index.html CHANGED
@@ -31,9 +31,7 @@
31
  color: #f2f2f2;
32
  margin: 0px;
33
  }
34
- .table-div{
35
- overflow-x: scroll;
36
- }
37
  table {
38
  margin-top: 20px;
39
  width: 100%;
@@ -255,6 +253,9 @@
255
  .emoji {
256
  margin: 0;
257
  }
 
 
 
258
  }
259
 
260
  </style>
 
31
  color: #f2f2f2;
32
  margin: 0px;
33
  }
34
+
 
 
35
  table {
36
  margin-top: 20px;
37
  width: 100%;
 
253
  .emoji {
254
  margin: 0;
255
  }
256
+ .table-div{
257
+ overflow-x: scroll;
258
+ }
259
  }
260
 
261
  </style>