From 90aa78e4bf2f84e3325853f926a93a14b8de2183 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:16:47 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in 3b69637 according to the output from Prettier. Details: https://github.com/narayan954/dummygram/pull/1262 --- 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 fac71e590..a89c163a5 100644 --- a/src/components/Navbar/index.css +++ b/src/components/Navbar/index.css @@ -95,7 +95,7 @@ } @media screen and (min-width: 1221px) { - .show_search_bar{ + .show_search_bar { width: 40%; } }