Spaces:
Running
Running
Update app.py
Browse files
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:
|
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:
|
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
|
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 |
}
|