Skip to content

Instantly share code, notes, and snippets.

@dennybritz
Created June 23, 2017 20:12
Show Gist options
  • Save dennybritz/146dffe4f3b7e6f545328e26aa983a56 to your computer and use it in GitHub Desktop.
Save dennybritz/146dffe4f3b7e6f545328e26aa983a56 to your computer and use it in GitHub Desktop.
wp_2017_full_width
@media screen and (min-width: 48em) {
#content > .wrap {
max-width: 100%
}
#content #primary {
width: 65%;
}
#content #secondary {
width: 25%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment