Spaces:
Running on Zero
Running on Zero
Commit ·
32aba3d
1
Parent(s): f129ffb
update ui
Browse files
app.py
CHANGED
|
@@ -1452,6 +1452,11 @@ label { font-weight: 500 !important; color: #374151 !important; }
|
|
| 1452 |
flex-wrap: nowrap !important;
|
| 1453 |
}
|
| 1454 |
#header_title { flex: 1 1 auto !important; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1455 |
#how_to_use_btn {
|
| 1456 |
flex: 0 0 auto !important;
|
| 1457 |
width: auto !important;
|
|
|
|
| 1452 |
flex-wrap: nowrap !important;
|
| 1453 |
}
|
| 1454 |
#header_title { flex: 1 1 auto !important; }
|
| 1455 |
+
/* scoped to the app title so the generic .prose h1 rule stays put */
|
| 1456 |
+
#header_title h1 {
|
| 1457 |
+
font-size: 1.85rem !important;
|
| 1458 |
+
letter-spacing: -0.02em !important;
|
| 1459 |
+
}
|
| 1460 |
#how_to_use_btn {
|
| 1461 |
flex: 0 0 auto !important;
|
| 1462 |
width: auto !important;
|