parent
86580c51a9
commit
522b10bfa5
|
@ -742,7 +742,7 @@ div.opaque h2 span.halfbubble {
|
||||||
background-image: url('img/play-btn.svg');
|
background-image: url('img/play-btn.svg');
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 80px 80px;
|
background-size: 72px 72px;
|
||||||
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
|
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -903,7 +903,7 @@ article.album a:hover {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: 90%;
|
||||||
pointer-events: none; /* so it doesn’t block clicks */
|
pointer-events: none; /* so it doesn’t block clicks */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue