Spaces:
Runtime error
Runtime error
Commit ·
4124648
1
Parent(s): e51c0a4
fix style
Browse files
src/display/css_html_js.py
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 1 |
custom_css = """
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
.markdown-text {
|
| 4 |
font-size: 16px !important;
|
| 5 |
}
|
|
|
|
| 1 |
custom_css = """
|
| 2 |
|
| 3 |
+
#space-title {
|
| 4 |
+
font-size: clamp(26px, 3.2vw, 40px) !important;
|
| 5 |
+
line-height: 1.1;
|
| 6 |
+
margin: 10px 0 6px 0 !important;
|
| 7 |
+
padding: 0 !important;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
.markdown-text {
|
| 11 |
font-size: 16px !important;
|
| 12 |
}
|