Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Created March 14, 2014 16:47
Show Gist options
  • Save shazdeh/9551646 to your computer and use it in GitHub Desktop.
Save shazdeh/9551646 to your computer and use it in GitHub Desktop.
Pinboard: fluid layout
.pagewidth {
width: 94%;
}
@media (min-width: 771px) {
#content {
width: 75%;
}
#sidebar {
width: 22%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment