This commit is contained in:
hyunho 2020-12-09 00:54:16 +00:00
parent 80777e7b10
commit e94dc9b4ac
1 changed files with 1 additions and 3 deletions

View File

@ -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;
}