From 0a547442a403d63a3add039787bc81cd3a9a3b22 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 3 Dec 2023 07:23:27 +0000 Subject: [PATCH] Minor: animation spin tweak --- app/css/all.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/css/all.css b/app/css/all.css index a607fc5b..3a095198 100644 --- a/app/css/all.css +++ b/app/css/all.css @@ -128,7 +128,7 @@ License: GNU General Public License v3.0 font-family: "Font Awesome 5 Free"; font-weight: 900; /* Adjust as needed */ font-size: 54px; /* Adjust icon size as needed */ - animation: spin 1.5s linear infinite; + animation: spin 1.2s linear infinite; width: 100%; }