Skip to content

Instantly share code, notes, and snippets.

@jenielliott
Created October 31, 2012 16:56
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 jenielliott/8555c064e90b2b08cad2 to your computer and use it in GitHub Desktop.
Save jenielliott/8555c064e90b2b08cad2 to your computer and use it in GitHub Desktop.
Code (that's not working!) to display middle sized header image
@media only screen and (max-width: 825px) {
/*other stuff here */
#header {
background: url('images/logo-medium.png') center 15px no-repeat !important;
}
/*other stuff here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment