update live tv guide

This commit is contained in:
Luke Pulverenti 2015-08-02 19:47:31 -04:00
parent 0380fa5a83
commit 4120f18fc9
27 changed files with 330 additions and 352 deletions

View file

@ -92,7 +92,7 @@
margin-left: 2em;
}
.ehsContent {
.ehsContent, .ehsContent .pageTabContent {
margin: 0 auto;
}
@ -131,8 +131,9 @@
@media all and (min-width: 500px) {
.ehsContent {
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
width: 98%;
margin: 0 auto;
}
}
@ -145,14 +146,14 @@
@media all and (min-width: 1200px) {
.ehsContent {
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
width: 97%;
}
}
@media all and (min-width: 1920px) {
.ehsContent {
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
width: 96%;
}
}