From e94dc9b4ac3cb983c063b84f93c69d2be776897e Mon Sep 17 00:00:00 2001 From: hyunho Date: Wed, 9 Dec 2020 00:54:16 +0000 Subject: [PATCH] --- FO/css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/FO/css/style.css b/FO/css/style.css index f370671..7cb3437 100644 --- a/FO/css/style.css +++ b/FO/css/style.css @@ -31,10 +31,9 @@ body {} .gngLogo a { display: block; height: 100%; - width: 187px; + width: 200px; text-indent: -9999px; background: url('../../img/common/intranet_logo_b.png')no-repeat center center; - background-size: 100% auto; } .gnbWrap:after {content: ''; display: table; clear: both;} .gnbRht {float: right;} @@ -73,7 +72,6 @@ body {} height: 60px; text-indent: -9999px; background: url('../../img/common/intranet_logo_b.png')no-repeat center center; - background-size: auto 30px !important; -webkit-transition: all 0.3s; transition: all 0.3s; }