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