Skip to content

Instantly share code, notes, and snippets.

@matthijs166
Created September 23, 2017 08:31
Show Gist options
  • Save matthijs166/530e425fb78907a520738b0acc4dd0df to your computer and use it in GitHub Desktop.
Save matthijs166/530e425fb78907a520738b0acc4dd0df to your computer and use it in GitHub Desktop.
@media screen and (min-width: 780px) {
//css here
}
@media screen and (max-width: 780px) {
//css here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment