From 97147ec61338c668a5141870ffa4811281e703b6 Mon Sep 17 00:00:00 2001 From: on4r Date: Tue, 11 Jan 2022 15:00:02 +0100 Subject: [PATCH] clockwise spin --- frontend/src/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }