Created
June 13, 2015 16:36
-
-
Save johnnyopao/4820111778af398d0db7 to your computer and use it in GitHub Desktop.
Unbounce mobile breakpoint
This file contains 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
<style> | |
@media (max-width: 600px){ | |
/*Custom CSS HERE */ | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment