Jerrycool commited on
Commit
abae2f2
·
verified ·
1 Parent(s): eba7c03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -141,7 +141,7 @@ body {
141
  /* --- Title Styling --- */
142
  /* Targets the h1 tag with the specific ID from src/about.py */
143
  #main-leaderboard-title {
144
- font-size: 2.8em; /* Large title */
145
  font-weight: 700; /* Bolder */
146
  color: #212529; /* Darker color for title */
147
  text-align: center; /* Ensure centering */
@@ -206,14 +206,14 @@ body {
206
  }
207
  #leaderboard-table th {
208
  background-color: #e9ecef; /* Header background */
209
- font-weight: 600; /* Header font weight */
210
  padding: 10px 12px; /* Header padding */
211
  text-align: left;
212
  color: #495057;
213
  white-space: nowrap; /* Prevent header text wrapping */
214
  }
215
  #leaderboard-table td {
216
- padding: 12px 15px; /* Cell padding */
217
  border-bottom: 1px solid #e9ecef; /* Horizontal lines */
218
  vertical-align: middle; /* Center cell content vertically */
219
  }
 
141
  /* --- Title Styling --- */
142
  /* Targets the h1 tag with the specific ID from src/about.py */
143
  #main-leaderboard-title {
144
+ font-size: 3.2em; /* Large title */
145
  font-weight: 700; /* Bolder */
146
  color: #212529; /* Darker color for title */
147
  text-align: center; /* Ensure centering */
 
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;
212
  color: #495057;
213
  white-space: nowrap; /* Prevent header text wrapping */
214
  }
215
  #leaderboard-table td {
216
+ padding: 8px 12px; /* Cell padding */
217
  border-bottom: 1px solid #e9ecef; /* Horizontal lines */
218
  vertical-align: middle; /* Center cell content vertically */
219
  }