MusicTopus/sass/home.scss

10 lines
225 B
SCSS

.home {
margin-bottom: 0.75rem;
.header {
@include respond-to("small-up") {
height: 30vh;
background-image: url('/img/header.jpg');
background-size: cover;
}
}
}