From a8af91a104bf7fe13e1c9fbd087d12a019d7fe39 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Wed, 26 Oct 2022 23:06:29 +0100 Subject: [PATCH] fix#25): Ensure wheel is not too small --- src/styles/spinner.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/spinner.scss b/src/styles/spinner.scss index bfccf93..1938906 100644 --- a/src/styles/spinner.scss +++ b/src/styles/spinner.scss @@ -57,7 +57,7 @@ text { } #chart { - max-width: calc(50%); + max-width: calc(90%); margin-left: auto; margin-right: auto; }