Skip to content

Instantly share code, notes, and snippets.

@FahmiRaazali
Created December 17, 2017 04:34
Show Gist options
  • Select an option

  • Save FahmiRaazali/1412a08d53df7e0aacd670128f1bf2f4 to your computer and use it in GitHub Desktop.

Select an option

Save FahmiRaazali/1412a08d53df7e0aacd670128f1bf2f4 to your computer and use it in GitHub Desktop.
[GeneratePress Mobile Query] #generatepress #mobile
@media (max-width: 768px) {
/* CSS in here for mobile only */
}
@media (min-width: 769px) and (max-width: 1024px) {
/* CSS in here for tablet only */
}
@media (min-width: 1025px) {
/* CSS in here for desktop only */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment