rohan13 commited on
Commit
9dfa66e
1 Parent(s): a270a68

padding fix

Browse files
Files changed (1) hide show
  1. static/style.css +1 -1
static/style.css CHANGED
@@ -242,7 +242,7 @@
242
  width: auto;
243
  overflow-y: scroll;
244
  max-height: 350px;
245
- padding-top: 75%;
246
  margin-top: 2%;
247
 
248
  }
 
242
  width: auto;
243
  overflow-y: scroll;
244
  max-height: 350px;
245
+ padding-top: 110%;
246
  margin-top: 2%;
247
 
248
  }