rohan13 commited on
Commit
e0faf9b
·
1 Parent(s): 1226ed3

padding fix

Browse files
Files changed (1) hide show
  1. static/style.css +1 -2
static/style.css CHANGED
@@ -240,10 +240,9 @@
240
  justify-content: inherit;
241
  align-items: center;
242
  width: auto;
243
- padding: 10px;
244
  overflow-y: scroll;
245
  max-height: 350px;
246
- padding-top: 3%;
247
  margin-top: 2%;
248
 
249
  }
 
240
  justify-content: inherit;
241
  align-items: center;
242
  width: auto;
 
243
  overflow-y: scroll;
244
  max-height: 350px;
245
+ padding-top: 75%;
246
  margin-top: 2%;
247
 
248
  }