Center spinner, make smaller. Fixes #203

This commit is contained in:
Dessalines 2021-07-31 15:41:21 -04:00
parent 08d635c30e
commit e17a1da767
1 changed files with 4 additions and 2 deletions

View File

@ -133,8 +133,10 @@
}
.spinner-large {
width: 4em;
height: 4em;
display: block;
margin: 1em auto;
width: 2em;
height: 2em;
}
.spin {