Damien Broqua
a0f9ab1f45
!19 Co-authored-by: dbroqua <contact@darkou.fr> Reviewed-on: dbroqua/MyMusicLibrary#20 Co-authored-by: Damien Broqua <dbroqua@noreply.localhost> Co-committed-by: Damien Broqua <dbroqua@noreply.localhost>
10 lines
No EOL
225 B
SCSS
10 lines
No EOL
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;
|
|
}
|
|
}
|
|
} |