MusicTopus/sass/home.scss

9 lines
193 B
SCSS
Raw Normal View History

2022-02-18 11:38:56 +01:00
.home {
.header {
@include respond-to("small-up") {
height: 30vh;
background-image: url('/header.jpg');
background-size: cover;
}
2022-02-18 08:14:34 +01:00
}
2022-02-18 11:38:56 +01:00
}