Skip to content

Instantly share code, notes, and snippets.

@chrisegg
Created March 27, 2014 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisegg/9821182 to your computer and use it in GitHub Desktop.
Save chrisegg/9821182 to your computer and use it in GitHub Desktop.
/* Add style for the new page or post background image
---------------------------------------------------------- */
.entry-background {
display: block;
height: 560px;
width: 100%;
z-index: -99 !important;
}
@media only screen and (max-width: 480px) {
.entry-background {
height: 350px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment