From aeb416b2477d08ccedd09f4865325fd6b2d7b0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=A7=80=EB=82=98?= Date: Sun, 18 Feb 2024 16:43:12 +0900 Subject: [PATCH] =?UTF-8?q?feature-025:=20=EC=9C=A0=ED=8A=9C=EB=B8=8C=20?= =?UTF-8?q?=EA=B2=80=EC=83=89=20=EB=A7=81=ED=81=AC=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/HomepageStyle.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/HomepageStyle.ts b/src/styles/HomepageStyle.ts index 9756825..90e622a 100644 --- a/src/styles/HomepageStyle.ts +++ b/src/styles/HomepageStyle.ts @@ -86,7 +86,7 @@ export const SearchForm = styled.form` .link-container { display: flex; align-items: center; - width: 516.5px; + width: 745px; height: 36px; } @@ -101,7 +101,7 @@ export const SearchForm = styled.form` `; export const SearchInput = styled.input` - width: 372px; + width: 689px; height: 26px; padding: 16px 20px; font-size: 1rem;