Skip to content

Commit

Permalink
Make spinner bigger. Fixes #203
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jul 17, 2021
1 parent 8902e15 commit 5f741b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@
margin-bottom: 2px;
}

.icon-spinner {
width: 4em;
height: 4em;
}

.spin {
animation: spins 2s linear infinite;
}
Expand Down

0 comments on commit 5f741b4

Please sign in to comment.