Created
December 17, 2017 04:34
-
-
Save FahmiRaazali/1412a08d53df7e0aacd670128f1bf2f4 to your computer and use it in GitHub Desktop.
[GeneratePress Mobile Query] #generatepress #mobile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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