From c5528927993d7933f960434f8f42c11850084f07 Mon Sep 17 00:00:00 2001 From: singodiyashubham87 Date: Sun, 8 Oct 2023 00:13:17 +0530 Subject: [PATCH] fix: search box issue --- src/components/Navbar/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Navbar/index.css b/src/components/Navbar/index.css index 7d49d6682..fac71e590 100644 --- a/src/components/Navbar/index.css +++ b/src/components/Navbar/index.css @@ -94,6 +94,12 @@ box-shadow: var(--post-box-shadow); } +@media screen and (min-width: 1221px) { + .show_search_bar{ + width: 40%; + } +} + .search_bar_input { border: none; width: 100%;