Spaces:
Running on CPU Upgrade

osv5m commited on
Commit
b00c130
·
verified ·
1 Parent(s): 79487e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -61,7 +61,7 @@ h1 {
61
  text-align: center;
62
  display:block;
63
  font-family: custom;
64
- font-size: 4em;
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: 3em;
75
  }
76
  h3 {
77
  text-align: center;
78
  display:block;
79
  font-family: custom;
80
  font-weight: normal;
81
- font-size: 2em;
 
 
 
 
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