Skip to content

Instantly share code, notes, and snippets.

@jessestu
Created July 30, 2018 17:28
Show Gist options
  • Save jessestu/0bc7571842815ea9c1bf504aea85e880 to your computer and use it in GitHub Desktop.
Save jessestu/0bc7571842815ea9c1bf504aea85e880 to your computer and use it in GitHub Desktop.
/* Restore full Featured Image height on Lost IT Productivity page. / @jessestu 5237713-hc */
@media screen and (min-width: 600px) {
.page-id-98 .entry-thumbnail {
background-size: 600px;
background-repeat: no-repeat;
}
}
.page-id-98 .entry-thumbnail {
height: 300px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment