Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -312,7 +312,7 @@ markdown_css = """
|
|
312 |
=============================== */
|
313 |
.markdown-text, .markdown-text p {
|
314 |
font-family: Arial, Helvetica, sans-serif;
|
315 |
-
font-size: 1.
|
316 |
line-height: 1.75;
|
317 |
color: #344054;
|
318 |
margin-bottom: 0.9rem;
|
@@ -327,9 +327,9 @@ markdown_css = """
|
|
327 |
line-height: 1.3;
|
328 |
margin: 1.4rem 0 0.8rem 0;
|
329 |
}
|
330 |
-
.markdown-text h1 { font-size:
|
331 |
-
.markdown-text h2 { font-size: 1.
|
332 |
-
.markdown-text h3 { font-size: 1.
|
333 |
|
334 |
|
335 |
.markdown-text ul,
|
|
|
312 |
=============================== */
|
313 |
.markdown-text, .markdown-text p {
|
314 |
font-family: Arial, Helvetica, sans-serif;
|
315 |
+
font-size: 1.2rem;
|
316 |
line-height: 1.75;
|
317 |
color: #344054;
|
318 |
margin-bottom: 0.9rem;
|
|
|
327 |
line-height: 1.3;
|
328 |
margin: 1.4rem 0 0.8rem 0;
|
329 |
}
|
330 |
+
.markdown-text h1 { font-size: 1.7rem; } /* β32 px */
|
331 |
+
.markdown-text h2 { font-size: 1.5rem; } /* β26 px */
|
332 |
+
.markdown-text h3 { font-size: 1.3rem; } /* β23 px */
|
333 |
|
334 |
|
335 |
.markdown-text ul,
|