로고 변경, 세부 페이지 내용 일부 수정, CSS 수정

This commit is contained in:
2026-05-27 13:52:05 +09:00
parent 1de0de1fc5
commit e2ef164575
9 changed files with 115 additions and 26 deletions

View File

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