ror HF Staff commited on
Commit
1f73b46
·
1 Parent(s): d638ce9

fixed bpad under text boxes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -574,7 +574,7 @@ h1, h2, h3, p, .markdown {
574
  /* Main content area */
575
  .main-content {
576
  background-color: #000000 !important;
577
- padding: 20px !important;
578
  margin-left: 300px !important;
579
  height: 100vh !important;
580
  overflow-y: auto !important;
 
574
  /* Main content area */
575
  .main-content {
576
  background-color: #000000 !important;
577
+ padding: 20px 20px 40px 20px !important;
578
  margin-left: 300px !important;
579
  height: 100vh !important;
580
  overflow-y: auto !important;