header 크기 조정

master
강석 최 2022-03-02 15:27:35 +09:00
parent 7618895297
commit a45da2b87c
2 changed files with 7 additions and 8 deletions

View File

@ -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;