Album and playlist parallax size

This commit is contained in:
James Barnsley
2018-11-01 13:22:54 +13:00
parent 17fe0b8a78
commit eb57299430
7 changed files with 26 additions and 14 deletions

View File

@ -5,6 +5,7 @@ main .album-view {
.parallax {
height: 60vh;
opacity: 0.5;
}
.title {
@ -35,10 +36,11 @@ main .album-view {
max-width: 100%;
}
}
@include responsive(null, $bp_medium){
.parallax {
display: none;
height: 30vh;
opacity: 0.25;
}
}

View File

@ -5,6 +5,7 @@ main .playlist-view {
.parallax {
height: 60vh;
opacity: 0.5;
}
.title {
@ -38,7 +39,8 @@ main .playlist-view {
@include responsive(null, $bp_medium){
.parallax {
display: none;
height: 30vh;
opacity: 0.25;
}
}