Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Last active December 12, 2015 10:19
Show Gist options
  • Save ahaywood/4758017 to your computer and use it in GitHub Desktop.
Save ahaywood/4758017 to your computer and use it in GitHub Desktop.
CSS: Media Query - Large Screens (1824px)
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment