10 lines
172 B
SCSS
10 lines
172 B
SCSS
.hero {
|
|
position: relative;
|
|
margin: 0;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
padding: 0;
|
|
height: 250px;
|
|
}
|