Spaces:
Running
Running
benediktstroebl
commited on
Commit
·
6218c57
1
Parent(s):
60d9cb9
update fontsize
Browse files
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.
|
20 |
-
h2 { font-size: calc(var(--base-font-size) *
|
21 |
-
h3 { font-size: calc(var(--base-font-size) * 1.
|
22 |
-
h4 { font-size: calc(var(--base-font-size) * 1.
|
23 |
-
h5 { font-size: calc(var(--base-font-size) * 1.
|
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 */
|