fix roku thumbnails

This commit is contained in:
Luke Pulverenti 2015-04-15 11:41:42 -04:00
parent fed61f8544
commit 8a3440f594
2 changed files with 4 additions and 4 deletions

View file

@ -518,10 +518,10 @@
} }
} }
@media all and (min-width: 1600px) { @media all and (min-width: 1400px) {
.homePageSmallBackdropCard { .homePageSmallBackdropCard {
width: 16.666666666666666666666666666667%; width: 20%;
} }
} }

View file

@ -116,14 +116,14 @@
@media all and (min-width: 1200px) { @media all and (min-width: 1200px) {
.ehsContent { .ehsContent {
width: 94%; width: 96%;
} }
} }
@media all and (min-width: 1920px) { @media all and (min-width: 1920px) {
.ehsContent { .ehsContent {
width: 96%; width: 97%;
} }
} }