MusicTopus/sass/home.scss
2022-02-23 08:41:30 +01:00

9 lines
193 B
SCSS

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