From 43482ad50dcbe501930e01911d51293a0d678073 Mon Sep 17 00:00:00 2001 From: choigeon96 Date: Sat, 19 Nov 2022 22:35:47 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20#39=20=ED=9A=8C=EC=9B=90=EA=B0=80?= =?UTF-8?q?=EC=9E=85=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=95=84=EC=9B=83=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/SignUp.styles.ts | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/client/src/pages/SignUp.styles.ts b/client/src/pages/SignUp.styles.ts index afd1340..11f98b1 100644 --- a/client/src/pages/SignUp.styles.ts +++ b/client/src/pages/SignUp.styles.ts @@ -3,24 +3,21 @@ import { COLOR } from "styles/color"; export const LogoWrapper = styled.div` color: ${COLOR.BLACK}; - width: 90%; + width: 100%; + margin: 50px 0; height: 29px; font-size: 2.4rem; font-weight: bold; font-family: "Noto Sans KR"; - margin: auto; - padding: 5rem; text-align: center; `; export const InputWrapper = styled.div` - padding: 4rem; - width: 90%; - margin: auto; + width: 100%; + padding: 0 40px; + margin-bottom: 40px; div { display: block; - margin: auto; - input { font-size: 1.4rem; } @@ -33,23 +30,18 @@ export const InputWrapper = styled.div` } button { - margin-top: 2.5rem; + margin-top: 25px; } `; export const OptionsWrapper = styled.div` - color: grey; + color: ${COLOR.DARK_GRAY}; display: flex; - margin: auto; - width: 90%; - padding: 0 10rem; - + justify-content: center; + width: 100%; div { - display: flex; - justify-content: center; - flex-grow: 1; - padding: 0.1rem 0.9rem; cursor: pointer; + padding: 0 1rem; } div:not(:last-child) {