Jerrycool commited on
Commit
5b5d4cf
·
verified ·
1 Parent(s): b4d3663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -163,6 +163,8 @@ body {
163
  text-align: center; /* Center align intro text */
164
  }
165
  .introduction-section, .introduction-wrapper {
 
 
166
  margin-bottom: 2.5rem; /* Space below the intro block */
167
  }
168
 
@@ -206,6 +208,7 @@ body {
206
  }
207
  #leaderboard-table th {
208
  background-color: #e9ecef; /* Header background */
 
209
  font-weight: 500; /* Header font weight */
210
  padding: 10px 12px; /* Header padding */
211
  text-align: left;
 
163
  text-align: center; /* Center align intro text */
164
  }
165
  .introduction-section, .introduction-wrapper {
166
+ font-family: 'Georgia',
167
+ font-size: 1.5em; !important; /* Slightly larger than base */
168
  margin-bottom: 2.5rem; /* Space below the intro block */
169
  }
170
 
 
208
  }
209
  #leaderboard-table th {
210
  background-color: #e9ecef; /* Header background */
211
+ font-size: 1.3em;
212
  font-weight: 500; /* Header font weight */
213
  padding: 10px 12px; /* Header padding */
214
  text-align: left;