Spaces:
Runtime error
Runtime error
Nazneen Rajani
commited on
Commit
•
459b0d9
1
Parent(s):
7f934f9
Update error_analysis/utils/style_hacks.py
Browse files
error_analysis/utils/style_hacks.py
CHANGED
@@ -59,10 +59,10 @@ def init_style():
|
|
59 |
.sectionHeader {
|
60 |
font-size:10px;
|
61 |
}
|
62 |
-
|
63 |
font-family: sans-serif;
|
64 |
font-weight: 500;
|
65 |
-
font-size: 1.5 rem;
|
66 |
color: rgb(250, 250, 250);
|
67 |
padding: 1.25rem 0px 1rem;
|
68 |
margin: 0px;
|
|
|
59 |
.sectionHeader {
|
60 |
font-size:10px;
|
61 |
}
|
62 |
+
.heading-1 {
|
63 |
font-family: sans-serif;
|
64 |
font-weight: 500;
|
65 |
+
font-size: 1.5 rem !important;
|
66 |
color: rgb(250, 250, 250);
|
67 |
padding: 1.25rem 0px 1rem;
|
68 |
margin: 0px;
|