로고 변경, 세부 페이지 내용 일부 수정, CSS 수정
This commit is contained in:
@ -55,6 +55,10 @@ body {
|
||||
left:0;
|
||||
z-index:999999999;
|
||||
}
|
||||
#header .logo img {
|
||||
height: 100%;
|
||||
max-height: 50px;
|
||||
}
|
||||
#header #nav {
|
||||
position:absolute;
|
||||
top:0;
|
||||
@ -446,8 +450,9 @@ body {
|
||||
}
|
||||
#header .logo {
|
||||
width:200px;
|
||||
display:block;
|
||||
margin:0 auto;
|
||||
display:flex;
|
||||
justify-content: center;
|
||||
/*margin:0 auto;*/
|
||||
position:absolute;
|
||||
top:8px;
|
||||
left:50%;
|
||||
|
||||
Reference in New Issue
Block a user