Skip to content

Instantly share code, notes, and snippets.

@tribulant
Created December 18, 2014 10:35
Show Gist options
  • Save tribulant/e60a8986e84fa6c72da2 to your computer and use it in GitHub Desktop.
Save tribulant/e60a8986e84fa6c72da2 to your computer and use it in GitHub Desktop.
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
.page-title {
background: url(images/[email protected]) no-repeat center center #194c6a;
background-size: 2500px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment