From 2eebdf817854f524eb536d131252ea0105ec1c23 Mon Sep 17 00:00:00 2001 From: ksjihd163 Date: Tue, 3 May 2022 03:19:11 +0000 Subject: [PATCH] =?UTF-8?q?=EB=B6=80=EC=9E=A5=EB=8B=98=20=EC=A3=84?= =?UTF-8?q?=EC=86=A1=ED=95=B4=EC=9A=94=20=EB=8B=A4=EC=8B=9C=20=ED=95=9C?= =?UTF-8?q?=EB=B2=88=20=EB=B6=80=ED=83=81=EB=93=9C=EB=A6=AC=EA=B2=A0?= =?UTF-8?q?=EC=8A=B5=EB=8B=88=EB=8B=A4...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FO/css/style.css b/FO/css/style.css index bc5d9de..f691423 100644 --- a/FO/css/style.css +++ b/FO/css/style.css @@ -39,7 +39,7 @@ body {} .gnbMpg {display: none;} .gnbMenu {position:relative;/* padding-left:75px; */color: #666; float: right; margin-right: 10px;} .gnbMenu:after {content:""; display:table; clear:both;} - .gnbMenu > li {float:left; position: relative; padding: 35px 20px;} + .gnbMenu > li {float:left; position: relative; padding: 35px 21px;} .gnbMenu > li > a {display:block; text-align:center; height:30px; line-height:30px; font-size:15pt; font-weight: 500; color: #000;} .gnbMenu > .gnbMenunone > a {display:none;} .gnbMenu1 {position: relative; padding-left: 75px; float: right;margin-right: 10px;}