From 4938bd75f422fddcecbb1ed02f85019b0688b0b0 Mon Sep 17 00:00:00 2001 From: seeoya Date: Mon, 27 Sep 2021 11:46:23 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=B5=ED=95=A9=EC=9D=B8=EC=A6=9D=20:=20?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=EB=B6=80=EA=B0=80=EC=84=9C?= =?UTF-8?q?=EB=B9=84=EC=8A=A4=20=EB=86=92=EC=9D=B4=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/css/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/css/admin.css b/adm/css/admin.css index c28a32549..d25a15ca1 100644 --- a/adm/css/admin.css +++ b/adm/css/admin.css @@ -1001,7 +1001,7 @@ box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);} .service_wrap{ width:965px;margin:0 0 10px;overflow:hidden} .sevice_1{border:1px solid #ebe8e8;width:310px;float:left;border-radius:5px;text-align:center;margin-right:6px;} .sevice_1 .svc_img{padding:30px 0 0;} -.sevice_1 h3{font-size:16px;margin:185px 0 10px;color:#525252} +.sevice_1 h3{font-size:16px;margin:190px 0 10px;min-height:45px;color:#525252} .sevice_1 p{padding:20px;background:#f8f8f8;font-size:12px;text-align:left;color:#898989;line-height:18px} .sevice_1 ul {width:100%;padding:0; margin:0;border-top:1px solid #ebe8e8;} .sevice_1 ul li{list-style:none;float:left;border-right:1px solid #ebe8e8;}