Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -218,7 +218,7 @@ body {
|
|
218 |
white-space: nowrap; /* Prevent header text wrapping */
|
219 |
}
|
220 |
#leaderboard-table td {
|
221 |
-
font-size: 1.
|
222 |
padding: 8px 12px; /* Cell padding */
|
223 |
border-bottom: 1px solid #e9ecef; /* Horizontal lines */
|
224 |
vertical-align: middle; /* Center cell content vertically */
|
|
|
218 |
white-space: nowrap; /* Prevent header text wrapping */
|
219 |
}
|
220 |
#leaderboard-table td {
|
221 |
+
font-size: 1.1em;
|
222 |
padding: 8px 12px; /* Cell padding */
|
223 |
border-bottom: 1px solid #e9ecef; /* Horizontal lines */
|
224 |
vertical-align: middle; /* Center cell content vertically */
|