make spinner bigger

This commit is contained in:
Bevan Hunt 2020-02-05 03:55:10 -08:00
parent 4438cf2165
commit cd0ad98446
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
top: calc(50% - (1em / 2));
left: calc(50% - (1em / 2));
display: block;
width: 1em;
height: 1em;
width: 7em;
height: 7em;
border: 2px solid currentColor;
border-radius: 9999px;
border-right-color: transparent;