add new guide settings

This commit is contained in:
Luke Pulverenti 2016-09-30 02:50:06 -04:00
parent 63d66a049a
commit faeb1c6d22
7 changed files with 87 additions and 21 deletions

View file

@ -511,7 +511,6 @@
}
}
@media all and (min-width: 1600px) {
.portraitCard-scalable {
@ -521,6 +520,10 @@
.smallBackdropCard-scalable {
width: 12.5%;
}
.backdropCard-scalable {
width: 20%;
}
}
@media all and (min-width: 1800px) {
@ -582,3 +585,11 @@
.layout-tv .personCard-scalable {
width: 14.285714285714285714285714285714%;
}
@media all and (min-width: 1600px) {
.layout-tv .backdropCard-scalable {
width: 25%;
}
}