Created
March 12, 2015 16:13
-
-
Save stellarcowboy/f76776443ef5c663092e to your computer and use it in GitHub Desktop.
Typical metaquery breakpoints
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta media="(max-width: 480px)" content="mobile" name="breakpoint" > | |
<meta media="(min-width: 481px)" content="mobilelarge" name="breakpoint" > | |
<meta media="(max-width: 1024px)" content="mobile-tablet" name="breakpoint" > | |
<meta media="(min-width: 768px)" content="tablet" name="breakpoint" > | |
<meta media="(min-width: 1016px)" content="desktop" name="breakpoint" > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment