a link 및 css 수정

This commit is contained in:
lbard33
2026-01-21 18:02:12 +09:00
parent 39de8edde4
commit 56ee50a29f
2 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@
width:340px;
height:100%;
padding:50px 20px;
z-index:1;
z-index:999;
display:none;
}
.menu__box{background:#fff;height:60%;border-radius:20px;}
@@ -199,7 +199,7 @@
.post__lists li:hover .lists__img{box-shadow:1px 1px 5px RGBA(144,20,68,0.2);}
/* footer */
footer{width:100%;height:430px;background-color:#100e11;position:relative;z-index:9999;}
footer{width:100%;height:430px;background-color:#100e11;position:relative;z-index:99;}
.footer__inner{
width:100%;
max-width:1200px;
@@ -288,7 +288,7 @@
.nav__div{height:30px;border:none;padding:20px;position:absolute;}
.nav__title{display:none;}
.menu__wrap{width:calc(100% - 40px);z-index:999;max-width:640px;position:absolute;height:100vh;}
.menu__wrap{width:calc(100% - 40px);z-index:999;max-width:640px;position:fixed;height:100vh;}
.wixon__wrap{width:100%;}
header{height:70px;}
.header__inner{width:100%;height:70px;}

View File

@@ -58,7 +58,7 @@
<div class="wixon__wrap">
<header>
<div class="header__inner">
<h1><a href="/"><img src="/static/images/logo.png" alt="WIXON" /></a></h1>
<h1><a href="https://wxn.co.kr/"><img src="/static/images/logo.png" alt="WIXON" /></a></h1>
</div>
</header>