Spaces:
Running
Running
Ashhar
commited on
Commit
·
21aa22a
1
Parent(s):
c69c2b8
reduce size of h3
Browse files
app.py
CHANGED
@@ -35,6 +35,9 @@ st.markdown(
|
|
35 |
font-family: 'Whisper' !important;
|
36 |
# font-size: 2.2rem !important;
|
37 |
}
|
|
|
|
|
|
|
38 |
.big-font {
|
39 |
font-size:20px !important;
|
40 |
color: #2C3E50;
|
|
|
35 |
font-family: 'Whisper' !important;
|
36 |
# font-size: 2.2rem !important;
|
37 |
}
|
38 |
+
h3 {
|
39 |
+
font-size: 1.5rem !important;
|
40 |
+
}
|
41 |
.big-font {
|
42 |
font-size:20px !important;
|
43 |
color: #2C3E50;
|