diff --git a/src/components/StoreRegister/Input.scss b/src/components/StoreRegister/Input.scss index 0054a37..7282382 100644 --- a/src/components/StoreRegister/Input.scss +++ b/src/components/StoreRegister/Input.scss @@ -2,9 +2,15 @@ display: flex; align-items: center; //세로정렬 flex-direction: column; //세로정렬 + margin-top: 30px; //text-align: center; } .buttonStyle { - + width: 250px; + height: 45px; + margin-top: 22px; + background-color: #ffe600; + color: black; + border-radius: 10px; } \ No newline at end of file diff --git a/src/components/StoreRegister/Logo.scss b/src/components/StoreRegister/Logo.scss index 63af53f..e34437b 100644 --- a/src/components/StoreRegister/Logo.scss +++ b/src/components/StoreRegister/Logo.scss @@ -1,14 +1,15 @@ .Logo { - width: 150px; - height: 190px; - margin-top: 110px; + width: 100px; + height: 150px; + margin-top: 120px; object-fit: cover; } .LogoText { - margin-top: -1.5em; + margin-top: -0.6em; font-family: "BMDOHYEON"; - font-size: 1.5em; + font-size: 2em; + font-weight: 900; } // margin-top: 9em;