Jerrycool commited on
Commit
0eccdd9
Β·
verified Β·
1 Parent(s): 047335f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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.25rem;
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: 2.0rem; } /* β‰ˆ32 px */
331
- .markdown-text h2 { font-size: 1.6rem; } /* β‰ˆ26 px */
332
- .markdown-text h3 { font-size: 1.4rem; } /* β‰ˆ23 px */
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,