Hyung Geun 2022-03-02 17:31:58 +09:00
commit 8d8626ae95
2 changed files with 7 additions and 8 deletions

View File

@ -27,7 +27,7 @@
</div>
<sec:authorize access="hasAnyRole('ROLE_ADMIN','ROLE_USER')">
<div class="header_info">
<a id="logoutLink" href="#"><i class="bi bi-box-arrow-right"></i>로그아웃</a>
<a id="logoutLink" href="#"><i class="bi bi-box-arrow-right"></i> 로그아웃</a>
</div>
</sec:authorize>
</header>

View File

@ -16,10 +16,9 @@ a {
}
.header {
background: url('../images/header_bg.png');
background-size: cover;
background-repeat: no-repeat;
height: 90px;
background: url('/images/header_bg.png') no-repeat;
background-size: cover;
height: 70px;
position: fixed;
width: 100%;
z-index: 1;
@ -36,7 +35,7 @@ a {
height: auto;
width: 200px;
min-width: inherit;
padding-top: 90px;
padding-top: 70px;
}
.header_title {
@ -45,7 +44,7 @@ a {
color: #fff;
font-size: 24px;
font-weight: bold;
line-height: 90px;
line-height: 70px;
padding-left: 20px;
box-sizing: border-box;
}
@ -70,7 +69,7 @@ a {
}
.section {
margin-top: 90px;
margin-top: 70px;
margin-left: 200px;
min-width: 1160px;
min-height: 100px;