From 3560a6d31c98995379d8e0f1cd871eefc97d76a8 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 08:23:44 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in 0e76690 according to the output from Prettier. Details: None --- src/components/Navbar/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar/index.css b/src/components/Navbar/index.css index 43203891e..eaba736b8 100644 --- a/src/components/Navbar/index.css +++ b/src/components/Navbar/index.css @@ -152,7 +152,7 @@ .search_icon { margin-left: auto; - margin-right:-10px; + margin-right: -10px; transform: scale(1.3); border-radius: 50%; padding: 6px;