Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save eddiesigner/c19dd1e28b568daa4755fba0cf2e3d69 to your computer and use it in GitHub Desktop.
Save eddiesigner/c19dd1e28b568daa4755fba0cf2e3d69 to your computer and use it in GitHub Desktop.
Simple Media Queries Destination Example
p {
margin: 0;
}
@media only screen and ( min-width: 42em ) {
p {
margin: 25px 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment