Skip to content

Instantly share code, notes, and snippets.

@verekia
Created September 29, 2015 21:46
Show Gist options
  • Save verekia/0011388832ae9b6db94b to your computer and use it in GitHub Desktop.
Save verekia/0011388832ae9b6db94b to your computer and use it in GitHub Desktop.
@media only screen and (min-width: 768px) {
#title {
float: left;
}
nav {
float: right;
width: 38%;
}
#main article {
float: left;
width: 57%;
}
#main aside {
float: right;
width: 38%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment