Created
August 6, 2014 15:02
-
-
Save rgoomar/38ee38dab5838d82ee03 to your computer and use it in GitHub Desktop.
Example LESS Media Query
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
| .container { | |
| font-size: 18px; | |
| @media (min-width: 768px) { | |
| font-size: 12px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment