From a453736d59f6995235f42cc977f42b0a902bee74 Mon Sep 17 00:00:00 2001 From: benidene Date: Mon, 11 Sep 2023 19:03:16 +0900 Subject: [PATCH] =?UTF-8?q?#10=20=20:=20=EB=A1=9C=EA=B7=B8=EC=9D=B8?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=EB=A1=9C=20=EC=9D=B4=EB=8F=99=20?= =?UTF-8?q?=ED=95=A0=20=EC=88=98=20=EC=9E=88=EB=8A=94=20=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/SignUp/SignUp.jsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/pages/SignUp/SignUp.jsx b/src/pages/SignUp/SignUp.jsx index a1b4396..6b81618 100644 --- a/src/pages/SignUp/SignUp.jsx +++ b/src/pages/SignUp/SignUp.jsx @@ -113,8 +113,8 @@ function SignUp() { /> 확인 + 로그인하기 {'>'} - 회원가입 @@ -135,13 +135,13 @@ const Container = styled.div` flex-direction: column; align-items: center; width: 460px; - height: 50vh; + height: 54vh; + min-height: 460px; `; const LogoBox = styled(Link)` height: 100px; width: 100px; - margin-bottom: -8vh; `; const Logo = styled.img` @@ -170,7 +170,6 @@ const InputBox = styled.div` padding: 0px 10px 0px 45px; border: 1px solid lightgray; border-width: 0px 1px 1px 1px; - border: 1px solid lightgray; `; const Input = styled.input` @@ -200,6 +199,14 @@ const AuthButton = styled.button` margin-right: -30px; `; +const Login = styled(Link)` + margin-top: 1vh; + padding-right: 10px; + width: 100%; + display: flex; + justify-content: end; +`; + const LoginButton = styled.button` height: 60px; width: 460px;