Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ h1 {
|
|
61 |
text-align: center;
|
62 |
display:block;
|
63 |
font-family: custom;
|
64 |
-
font-size:
|
65 |
}
|
66 |
img {
|
67 |
text-align: center;
|
@@ -71,14 +71,18 @@ h2 {
|
|
71 |
text-align: center;
|
72 |
display:block;
|
73 |
font-family: custom;
|
74 |
-
font-size:
|
75 |
}
|
76 |
h3 {
|
77 |
text-align: center;
|
78 |
display:block;
|
79 |
font-family: custom;
|
80 |
font-weight: normal;
|
81 |
-
font-size:
|
|
|
|
|
|
|
|
|
82 |
}
|
83 |
"""
|
84 |
|
|
|
61 |
text-align: center;
|
62 |
display:block;
|
63 |
font-family: custom;
|
64 |
+
font-size: 3em;
|
65 |
}
|
66 |
img {
|
67 |
text-align: center;
|
|
|
71 |
text-align: center;
|
72 |
display:block;
|
73 |
font-family: custom;
|
74 |
+
font-size: 2em;
|
75 |
}
|
76 |
h3 {
|
77 |
text-align: center;
|
78 |
display:block;
|
79 |
font-family: custom;
|
80 |
font-weight: normal;
|
81 |
+
font-size: 1em;
|
82 |
+
}
|
83 |
+
|
84 |
+
.MathJax {
|
85 |
+
font-size: 1em;
|
86 |
}
|
87 |
"""
|
88 |
|