diff --git a/css/login.css b/css/login.css index 345dcc1f..dc20a94d 100644 --- a/css/login.css +++ b/css/login.css @@ -103,4 +103,14 @@ input::-webkit-input-placeholder { #btn_kakao_login:hover { background-image:url('../oauth_kakao/kakao_login_join_ov.png'); -} \ No newline at end of file +} + +#bottom_box{ + position:fixed; + bottom:0; + width:100%; + left:0; +} +#bottom_box .container{ + text-align:center; +} \ No newline at end of file diff --git a/index.php b/index.php index 191b2614..7ed831fe 100644 --- a/index.php +++ b/index.php @@ -151,5 +151,8 @@ function postOAuthResult(result){ +