10 lines
No EOL
225 B
SCSS
10 lines
No EOL
225 B
SCSS
.home {
|
|
.header {
|
|
margin-bottom: 3.25rem;
|
|
@include respond-to("small-up") {
|
|
height: 30vh;
|
|
background-image: url('/header.jpg');
|
|
background-size: cover;
|
|
}
|
|
}
|
|
} |