Update gradio_app/static/styles.css
Browse files
gradio_app/static/styles.css
CHANGED
|
@@ -28,9 +28,9 @@ h1 {
|
|
| 28 |
}
|
| 29 |
|
| 30 |
h2 {
|
| 31 |
-
font-size: 1.
|
| 32 |
color: #34495e;
|
| 33 |
-
font-weight:
|
| 34 |
margin-bottom: 20px;
|
| 35 |
}
|
| 36 |
|
|
|
|
| 28 |
}
|
| 29 |
|
| 30 |
h2 {
|
| 31 |
+
font-size: 1.2em;
|
| 32 |
color: #34495e;
|
| 33 |
+
font-weight: 300;
|
| 34 |
margin-bottom: 20px;
|
| 35 |
}
|
| 36 |
|