From 970abbd1ff5ff2eb82b1ef9198992ea772ce5a23 Mon Sep 17 00:00:00 2001 From: KANGYONGSU23 Date: Fri, 8 Dec 2023 12:28:49 +0900 Subject: [PATCH] =?UTF-8?q?fix=20::=20=EB=B0=98=EC=9D=91=ED=98=95=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/recruitments/filter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/recruitments/filter.tsx b/src/components/recruitments/filter.tsx index a5a2ce6..0f04def 100644 --- a/src/components/recruitments/filter.tsx +++ b/src/components/recruitments/filter.tsx @@ -84,7 +84,7 @@ function Filter() { name="search" customType="Search" enterEvent={onSearch} - className="md:20vw sm:22vw" + className="md:w-[20vw] sm:w-[25vw]" /> );