From a45da2b87c6ab5e8d9103ec3210708aaeae394f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Wed, 2 Mar 2022 15:27:35 +0900 Subject: [PATCH] =?UTF-8?q?header=20=ED=81=AC=EA=B8=B0=20=EC=A1=B0?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/layout/header.jsp | 2 +- src/main/webapp/css/style.css | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) 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 30f9fc0..109cc2a 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;