From a2766a4c7bf7315c7e49a93832b0ad9cb85ddd54 Mon Sep 17 00:00:00 2001 From: Ahmedhossamdev Date: Tue, 5 Nov 2024 20:20:03 +0200 Subject: [PATCH] chore: format and linting --- src/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app.css b/src/app.css index 761171c..158c9ed 100644 --- a/src/app.css +++ b/src/app.css @@ -23,7 +23,7 @@ direction: rtl; } - .rtl .rotate-rtl { - transform: rotate(180deg); - } + .rtl .rotate-rtl { + transform: rotate(180deg); + } }