diff options
Diffstat (limited to 'static/styles')
-rw-r--r-- | static/styles/leaderboards.css | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/static/styles/leaderboards.css b/static/styles/leaderboards.css index a7db6f8..82d7dda 100644 --- a/static/styles/leaderboards.css +++ b/static/styles/leaderboards.css @@ -1,20 +1,25 @@ -.leaderboard{ - width: 100%; +.leaderboard { + width: 80%; + margin: 0 auto; } -.top_row { +.leaderboard thead { background-color: #6e1818; text-align: left; } -.row { +.leaderboard tr { height: 50px; } -.data { +.leaderboard td { background-color: #1c1c1c; } -.wrapper { +.leaderboard td, .leaderboard th { + padding: 1rem; +} + +.center { text-align: center; -}
\ No newline at end of file +} |