Created
June 25, 2013 19:02
-
-
Save chadsten/5861358 to your computer and use it in GitHub Desktop.
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
| .title { | |
| color: blue; | |
| text-transform: uppercase; | |
| @media all and (max-width: 480/16*1em) { | |
| font-size: 14/16*1em; | |
| } | |
| @media all and (min-width: 481/16*1em) { | |
| font-size: 16/16*1em; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment