From 0839c730ff31e21df8c341c379a2a7da72d8d468 Mon Sep 17 00:00:00 2001 From: grandeljay Date: Sun, 27 Feb 2022 13:59:07 +0100 Subject: [PATCH] Center statistics --- src/assets/css/home.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/assets/css/home.css diff --git a/src/assets/css/home.css b/src/assets/css/home.css new file mode 100644 index 00000000..9fb1e665 --- /dev/null +++ b/src/assets/css/home.css @@ -0,0 +1,6 @@ +.ui.statistics { + justify-content: space-around; +} +.ui.statistics::after { + display: none; +}