Make spinner bigger. Fixes #203
@ -132,6 +132,11 @@
margin-bottom: 2px;
}
.icon-spinner {
width: 4em;
height: 4em;
.spin {
animation: spins 2s linear infinite;