diff --git a/frontend/src/css/styles.css b/frontend/src/css/styles.css index 5bcfe703..8aa713d5 100644 --- a/frontend/src/css/styles.css +++ b/frontend/src/css/styles.css @@ -365,7 +365,7 @@ main .spinner .bounce2 { @keyframes spin { 100% { - transform: rotate(-360deg); + transform: rotate(360deg); } }