Created
April 1, 2016 13:16
-
-
Save ncoden/db5fb1a26bd2aed764fe7c859adff17d 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
| @media screen and (min-width: 40em) { | |
| .medium-float-left { left; } | |
| .medium-float-right { right; } | |
| .medium-no-float { none; } | |
| } | |
| @media screen and (min-width: 75em) { | |
| .large-float-left { left; } | |
| .large-float-right { right; } | |
| .large-no-float { none; } | |
| } | |
| @media screen and (min-width: 90em) { | |
| .xlarge-float-left { left; } | |
| .xlarge-float-right { right; } | |
| .xlarge-no-float { none; } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment