Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kevinptt0323
Created October 29, 2017 20:25
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 kevinptt0323/f7a85d9bc75196359f2a5d9dad39d6eb to your computer and use it in GitHub Desktop.
Save kevinptt0323/f7a85d9bc75196359f2a5d9dad39d6eb to your computer and use it in GitHub Desktop.
@ipad: ~"only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1)";
@mobile: ~"only screen and (max-device-width: 767px)";
@media @ipad, @mobile {
#masthead .header-image {
background-attachment: scroll;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment