From 99d86b00e222f32c6aa0914118fc929c38c0d12f Mon Sep 17 00:00:00 2001 From: Sourasish Samadder Date: Tue, 12 Aug 2025 11:12:51 +0530 Subject: [PATCH] Update App.css --- frontend/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 84bc50f..0007803 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -23,7 +23,7 @@ transform: rotate(0deg); } to { - transform: rotate(360deg); + transform: rotate(359deg); } }