From 93958c4ed3c924fc56813a0b02428ceb090cf9fa Mon Sep 17 00:00:00 2001 From: gyoyeon Kim Date: Sun, 2 Mar 2025 19:53:43 +0900 Subject: [PATCH 01/12] =?UTF-8?q?refactor:=20login.css=20=EC=9C=84?= =?UTF-8?q?=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Login/login.css | 4 ++-- main.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Login/login.css b/Login/login.css index e24974b1..e98269b8 100644 --- a/Login/login.css +++ b/Login/login.css @@ -151,12 +151,12 @@ input::placeholder { .login_content, .btn_login2, .sns_login_content { - width: calc(100% - 32px); + margin-left: 16px; max-width: 400px; } .sns_login { - width: calc(100% - 32px); + margin-left: 16px; max-width: 400px; } } diff --git a/main.css b/main.css index ef5b752a..2378aa95 100644 --- a/main.css +++ b/main.css @@ -284,7 +284,7 @@ footer > div { position: static; height: auto; max-width: 100%; - margin-top: 150px; + margin-top: 140px; } .btn_item { From bfae84a486ec14ccedc7f8e00fe76208cf42f669 Mon Sep 17 00:00:00 2001 From: gyoyeon Kim Date: Sun, 2 Mar 2025 19:56:55 +0900 Subject: [PATCH 02/12] =?UTF-8?q?refactor:=20header=20>=20nav=20class?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- main.css | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 119e5936..6cfd3129 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@
-