9 lines
No EOL
197 B
SCSS
9 lines
No EOL
197 B
SCSS
.home {
|
|
.header {
|
|
@include respond-to("small-up") {
|
|
height: 30vh;
|
|
background-image: url('/img/header.jpg');
|
|
background-size: cover;
|
|
}
|
|
}
|
|
} |