Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update CSS.
Browse files
src/display/css_html_js.py
CHANGED
@@ -75,7 +75,7 @@ custom_css = """
|
|
75 |
.f1-grid-cell:nth-child(3n+1) { border-left: none; }
|
76 |
.f1-grid-head .f1-grid-cell { font-weight: 600; text-align: center; border-top: none; }
|
77 |
|
78 |
-
#f1-login-box { width: 800px; }
|
79 |
|
80 |
/* Leaderboard: cap width at 800px and center; keep your chain rule */
|
81 |
#formulaone-leaderboard-tab-table { max-width: 800px; margin-left: auto; margin-right: auto; }
|
|
|
75 |
.f1-grid-cell:nth-child(3n+1) { border-left: none; }
|
76 |
.f1-grid-head .f1-grid-cell { font-weight: 600; text-align: center; border-top: none; }
|
77 |
|
78 |
+
#f1-login-box { width: 800px; margin: auto; }
|
79 |
|
80 |
/* Leaderboard: cap width at 800px and center; keep your chain rule */
|
81 |
#formulaone-leaderboard-tab-table { max-width: 800px; margin-left: auto; margin-right: auto; }
|