diff --git a/src/main/webapp/WEB-INF/jsp/layout/header.jsp b/src/main/webapp/WEB-INF/jsp/layout/header.jsp index e359f2e..feff7d1 100644 --- a/src/main/webapp/WEB-INF/jsp/layout/header.jsp +++ b/src/main/webapp/WEB-INF/jsp/layout/header.jsp @@ -27,7 +27,7 @@
- 로그아웃 + 로그아웃
diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index 7ce0822..a809392 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -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;