Skip to content

Instantly share code, notes, and snippets.

@marcusshepp
Created March 15, 2019 16:27
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 marcusshepp/4dbbabbf096b2edcc82b29ed70fc8d2f to your computer and use it in GitHub Desktop.
Save marcusshepp/4dbbabbf096b2edcc82b29ed70fc8d2f to your computer and use it in GitHub Desktop.
media query for height and between two widths
@mixin mobile-only--height {
@media (max-height: 635px) and (min-width: 642px) and (max-width: 1440px) { @content; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment