chore: rotate the spinner clockwise (#1765)

This commit is contained in:
on4r 2022-01-11 21:23:46 +01:00 committed by GitHub
parent 949f0f277f
commit 205f11d677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ main .spinner .bounce2 {
@keyframes spin {
100% {
transform: rotate(-360deg);
transform: rotate(360deg);
}
}