diff --git a/lukeflix.css b/lukeflix.css index e4ea102..2dea713 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2511,6 +2511,17 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { border: none !important; } +/* Resize channel logo for each row */ +.guideChannelImage { + width: 47% !important +} + +/* @media (max-width:62.5em) { + .guideChannelImage { + width: 47%; + } +} */ + /* Stylize program cell container */ .programCell { border: none !important;