From e512d3aa601569433c379a29abc792e96dece694 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Tue, 16 Jan 2024 00:58:50 -0800 Subject: [PATCH] style: responsive changes --- components/search/Search.tsx | 2 +- components/search/SearchSelect.tsx | 37 ++++++++++++------------------ 2 files changed, 16 insertions(+), 23 deletions(-) diff --git a/components/search/Search.tsx b/components/search/Search.tsx index ac2b008..03d1391 100644 --- a/components/search/Search.tsx +++ b/components/search/Search.tsx @@ -265,7 +265,7 @@ const Search = () => {
-
+
{ const { value, data, onChange, placeholder } = props; return ( -
-
- -
+
+
); };