Skip to content

Instantly share code, notes, and snippets.

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