add artist links on song page

This commit is contained in:
Luke Pulverenti 2013-04-25 21:52:29 -04:00
parent 70abe25960
commit 69b9c9c379
4 changed files with 22 additions and 6 deletions

View file

@ -78,7 +78,8 @@
}
@media all and (min-width: 750px) {
@media all and (min-width: 650px) {
.backdropPosterItem {
width: 192px;
@ -87,6 +88,9 @@
.backdropPosterItem .posterItemImage {
height: 108px;
}
}
@media all and (min-width: 750px) {
.squarePosterItem {
width: 160px;
@ -158,11 +162,11 @@
@media all and (min-width: 1920px) {
.backdropPosterItem {
width: 304px;
width: 320px;
}
.backdropPosterItem .posterItemImage {
height: 171px;
height: 180px;
}
.squarePosterItem {