From f8c12ccf066b69f14c5a00e7923c9a4c7d207406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=ED=98=84=EC=84=9D?= Date: Sat, 7 Dec 2024 17:16:12 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=A0=9C=EB=B3=B4=ED=8F=BC=20?= =?UTF-8?q?=EB=9D=BC=EB=B2=A8=20=EB=84=88=EB=B9=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Form.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Form.jsx b/src/pages/Form.jsx index e02477d..1a095e8 100644 --- a/src/pages/Form.jsx +++ b/src/pages/Form.jsx @@ -290,7 +290,7 @@ const InputBox = styled.div` `; const InputLabel = styled.label` - width: 20%; + width: 30%; font-weight: bold; `; @@ -299,7 +299,7 @@ const InputFile = styled.input` `; const InputText = styled.input` - width: 80%; + width: 70%; padding: 10px; border: none; border-bottom: 1px solid #ccc; /* 테두리 스타일 */