benediktstroebl commited on
Commit
6218c57
·
1 Parent(s): 60d9cb9

update fontsize

Browse files
Files changed (1) hide show
  1. css.css +5 -5
css.css CHANGED
@@ -16,11 +16,11 @@ body, p, div, span, .gradio-container {
16
  }
17
 
18
  /* Adjust heading sizes proportionally */
19
- h1 { font-size: calc(var(--base-font-size) * 2.5); }
20
- h2 { font-size: calc(var(--base-font-size) * 2); }
21
- h3 { font-size: calc(var(--base-font-size) * 1.75); }
22
- h4 { font-size: calc(var(--base-font-size) * 1.5); }
23
- h5 { font-size: calc(var(--base-font-size) * 1.25); }
24
  h6 { font-size: calc(var(--base-font-size) * 1.1); }
25
 
26
  /* Tabs */
 
16
  }
17
 
18
  /* Adjust heading sizes proportionally */
19
+ h1 { font-size: calc(var(--base-font-size) * 2.3); }
20
+ h2 { font-size: calc(var(--base-font-size) * 1.8); }
21
+ h3 { font-size: calc(var(--base-font-size) * 1.65); }
22
+ h4 { font-size: calc(var(--base-font-size) * 1.4); }
23
+ h5 { font-size: calc(var(--base-font-size) * 1.2); }
24
  h6 { font-size: calc(var(--base-font-size) * 1.1); }
25
 
26
  /* Tabs */