Update src/display/css_html_js.py
Browse files
src/display/css_html_js.py
CHANGED
|
@@ -49,6 +49,10 @@ table th:first-child {
|
|
| 49 |
padding: 0px;
|
| 50 |
}
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
.tab-buttons button {
|
| 53 |
font-size: 20px;
|
| 54 |
}
|
|
|
|
| 49 |
padding: 0px;
|
| 50 |
}
|
| 51 |
|
| 52 |
+
.custom_css {
|
| 53 |
+
margin-top: 25rem !important;
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
.tab-buttons button {
|
| 57 |
font-size: 20px;
|
| 58 |
}
|