header 크기 조정
parent
7618895297
commit
a45da2b87c
|
|
@ -27,7 +27,7 @@
|
||||||
</div>
|
</div>
|
||||||
<sec:authorize access="hasAnyRole('ROLE_ADMIN','ROLE_USER')">
|
<sec:authorize access="hasAnyRole('ROLE_ADMIN','ROLE_USER')">
|
||||||
<div class="header_info">
|
<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>
|
</div>
|
||||||
</sec:authorize>
|
</sec:authorize>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
||||||
|
|
@ -16,10 +16,9 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background: url('../images/header_bg.png');
|
background: url('/images/header_bg.png') no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
height: 70px;
|
||||||
height: 90px;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
@ -36,7 +35,7 @@ a {
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
min-width: inherit;
|
min-width: inherit;
|
||||||
padding-top: 90px;
|
padding-top: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header_title {
|
.header_title {
|
||||||
|
|
@ -45,7 +44,7 @@ a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 90px;
|
line-height: 70px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
@ -70,7 +69,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
margin-top: 90px;
|
margin-top: 70px;
|
||||||
margin-left: 200px;
|
margin-left: 200px;
|
||||||
min-width: 1160px;
|
min-width: 1160px;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue