From 4884d0742e102bf66ed6712f30348f4802dd12e6 Mon Sep 17 00:00:00 2001 From: ahyexng Date: Wed, 20 Sep 2023 15:03:03 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=A3=BC=EC=84=9D=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Join/EmailVerification.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/Join/EmailVerification.js b/src/pages/Join/EmailVerification.js index 740e0ef..ff86e69 100644 --- a/src/pages/Join/EmailVerification.js +++ b/src/pages/Join/EmailVerification.js @@ -92,7 +92,6 @@ const EmailVerificationWrap = styled.div` `; const EmailVerificationBox = styled.div` margin-top: 80px; - /* height: 600px; */ width: 700px; display: flex; flex-direction: column;