diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-10 21:08:02 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-10 21:08:02 +0200 |
commit | e2273a732afcb86e7b38b5a44ba4d754794830a0 (patch) | |
tree | 950bc2993fb6d776220b731483e4935fd9491871 /src/style.css | |
parent | 3bbb659980b4160055df03355d7a933ba211d0df (diff) |
Add better statistics
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index c72908b..ae908ba 100644 --- a/src/style.css +++ b/src/style.css @@ -662,6 +662,11 @@ div .country-table:not(:first-child) { border-radius: 16px 16px 16px 16px; } +.stats-list { + list-style: none; + margin-bottom: 32px; +} + .coin-table { width: calc(95% + 32px); white-space: nowrap; |