diff --git a/public/index.html b/public/index.html index 7f88c87d..44336fa2 100644 --- a/public/index.html +++ b/public/index.html @@ -23,7 +23,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - 코인 - 비즈니스 + 코인 사장님 diff --git a/src/assets/svg/auth/koin-logo.svg b/src/assets/svg/auth/koin-logo.svg index 3f075839..ca319088 100644 --- a/src/assets/svg/auth/koin-logo.svg +++ b/src/assets/svg/auth/koin-logo.svg @@ -1,10 +1,10 @@ - - - - - - - - - + + + + + + + + + diff --git a/src/page/Auth/Login/Login.module.scss b/src/page/Auth/Login/Login.module.scss index 9ad18983..7cc8d471 100644 --- a/src/page/Auth/Login/Login.module.scss +++ b/src/page/Auth/Login/Login.module.scss @@ -5,11 +5,11 @@ display: flex; justify-content: center; align-items: center; - padding-top: 170px; + padding-top: 100px; padding-bottom: 120px; @include media.media-breakpoint-down(mobile) { - padding: 160px 0 170px; + padding: 120px 0 170px; } } @@ -25,9 +25,10 @@ .logo { margin: auto; + height: 150px; @include media.media-breakpoint-down(mobile) { - margin-left: 0; + margin: 0; } }