Make single stat graphs look more styley

pull/10616/head
Alex P 2017-02-21 18:08:20 -08:00
parent a13e81b882
commit 7975ffe616
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,9 @@
padding: 8px 16px;
.single-stat {
font-size: 32px;
font-size: 60px;
font-weight: 300;
color: $c-pool;
display: flex;
justify-content: center;
align-items: center;