Skip to content

Instantly share code, notes, and snippets.

@ncoden
Created April 1, 2016 13:16
Show Gist options
  • Select an option

  • Save ncoden/db5fb1a26bd2aed764fe7c859adff17d to your computer and use it in GitHub Desktop.

Select an option

Save ncoden/db5fb1a26bd2aed764fe7c859adff17d to your computer and use it in GitHub Desktop.
@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