Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Last active September 8, 2016 17:48
Show Gist options
  • Save aarongustafson/3ea41eca22db6f46419876a6415d65b8 to your computer and use it in GitHub Desktop.
Save aarongustafson/3ea41eca22db6f46419876a6415d65b8 to your computer and use it in GitHub Desktop.
@media (min-width:600px) {
.primary {
float: left;
width: 68%;
}
.secondary {
float: right;
width: 32%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment