fixed bpad under text boxes
Browse files
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;
|