From 68f7264037f30dcd0416743abe3c14b65d43f0f1 Mon Sep 17 00:00:00 2001 From: Ariling <97501226+Ariling@users.noreply.github.com> Date: Thu, 4 Jan 2024 23:48:41 +0900 Subject: [PATCH] =?UTF-8?q?[Design]=20Nav=EB=B0=94=20Height=20=EC=9E=AC?= =?UTF-8?q?=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/utils/Nav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/utils/Nav.tsx b/src/components/utils/Nav.tsx index f25beb0..5b95b52 100644 --- a/src/components/utils/Nav.tsx +++ b/src/components/utils/Nav.tsx @@ -13,7 +13,7 @@ const NavBar = styled.div` justify-content: space-between; align-items: center; padding: 20px 80px 20px 60px; - height: 24px; + height: 64px; background-color: white; position: sticky; top: 0;