From 14cb6cb900402b334838f4c6e2256be2e67343dc Mon Sep 17 00:00:00 2001 From: chaeseungyun Date: Tue, 25 Jun 2024 15:31:35 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=EC=BD=94=EC=9D=B8=20=EC=82=AC?= =?UTF-8?q?=EC=9E=A5=EB=8B=98=EC=9C=BC=EB=A1=9C=20=EC=9B=B9=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index d99bfa07..4a6d84d2 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,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`. --> - 코인 - 비즈니스 + 코인 사장님 From a9bec20029872bace04980ca9b6a8b1036e833ca Mon Sep 17 00:00:00 2001 From: chaeseungyun Date: Tue, 25 Jun 2024 15:31:47 +0900 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=EC=83=88=EB=A1=9C=EC=9A=B4=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/svg/auth/koin-logo.svg | 18 +++++++++--------- src/page/Auth/Login/Login.module.scss | 7 ++++--- 2 files changed, 13 insertions(+), 12 deletions(-) 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; } }