add artist links on song page
This commit is contained in:
parent
70abe25960
commit
69b9c9c379
4 changed files with 22 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue