Skip to content

Instantly share code, notes, and snippets.

/* ZestyTheme with TV Responsive */
@import url('https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/theme.css');
/* TV Screen Responsive Styles */
@media screen and (min-width: 1920px) and (min-height: 1080px),
screen and (min-width: 3840px) and (min-height: 2160px),
screen and (min-width: 4096px) and (min-height: 2160px),
screen and (min-width: 7680px) and (min-height: 4320px) {
/* [All your TV responsive CSS here] */
html { font-size: 20px; }
/* ZestyTheme with TV Responsive */
@import url('https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/theme.css');
/* TV Screen Responsive Styles */
@media screen and (min-width: 1920px) and (min-height: 1080px),
screen and (min-width: 3840px) and (min-height: 2160px),
screen and (min-width: 4096px) and (min-height: 2160px),
screen and (min-width: 7680px) and (min-height: 4320px) {
/* [All your TV responsive CSS here] */
html { font-size: 20px; }