From d2efd075366fbdac8329e99cae8965f626b59710 Mon Sep 17 00:00:00 2001 From: seeoya Date: Wed, 15 Sep 2021 12:12:21 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=20:=20=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC=20=ED=9A=8C=EC=9B=90=EA=B0=80=EC=9E=85=20-=20?= =?UTF-8?q?=EC=86=8C=EC=85=9C=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/social/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/skin/social/style.css b/mobile/skin/social/style.css index 86cebdda5..8db692962 100644 --- a/mobile/skin/social/style.css +++ b/mobile/skin/social/style.css @@ -80,7 +80,7 @@ #sns_register {margin:0 0 10px;padding:0;text-align:center;background:#fff;border:1px solid #dbdbdb} #sns_register h2 {font-size:1.167em;text-align:left;padding:15px 20px;border-bottom:1px solid #dbdbdb} #sns_register .sns-wrap:after {display:block;visibility:hidden;clear:both;content:""} -#sns_register .sns-wrap {display:inline-block;padding:20px;vertical-align:top;margin:0} +#sns_register .sns-wrap {display:inline-block;width:100%;padding:20px;vertical-align:top;margin:0} #sns_register .sns-icon {position:relative;display:inline-block;height:40px;line-height:40px;width:100%;margin:0 0 5px;padding-left:40px;text-align:left;color:#fff;border-radius:2px;float:left} #sns_register .sns-icon:nth-child(3n+1) {clear:both} #sns_register .sns-naver {background-color:#1fc800;background-position:5px 5px;border-bottom:1px solid #1ea505}