7 lines
138 B
CSS
7 lines
138 B
CSS
.image_header header{
|
|
background-position: 0% 35%;
|
|
background-size: cover;
|
|
padding: 220px 24px 8px;
|
|
border-radius: 8px 8px 0px 0px;
|
|
}
|