MusicTopus/sass/home.scss
2022-02-18 08:14:34 +01:00

8 lines
184 B
SCSS

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