From 331da5044e8f56f41cee676e58ca7415c61b464a Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 5 Nov 2017 14:07:04 +0100 Subject: [PATCH] Fixed statistics pages --- pages/profile/stats.scarlet | 6 ++++++ pages/statistics/statistics.scarlet | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 pages/profile/stats.scarlet diff --git a/pages/profile/stats.scarlet b/pages/profile/stats.scarlet new file mode 100644 index 00000000..374457bf --- /dev/null +++ b/pages/profile/stats.scarlet @@ -0,0 +1,6 @@ +.stats + horizontal-wrap + justify-content space-around + + .widget + max-width 300px \ No newline at end of file diff --git a/pages/statistics/statistics.scarlet b/pages/statistics/statistics.scarlet index 9416327d..c14c60f6 100644 --- a/pages/statistics/statistics.scarlet +++ b/pages/statistics/statistics.scarlet @@ -1,7 +1,11 @@ .statistics - horizontal-wrap-center + horizontal-wrap + justify-content space-around text-align center + .widget + max-width 300px + .pie-chart transform rotate(-90deg)