Skip to content

Instantly share code, notes, and snippets.

@babsgosgens
Created August 10, 2013 08:20
Show Gist options
  • Save babsgosgens/6199574 to your computer and use it in GitHub Desktop.
Save babsgosgens/6199574 to your computer and use it in GitHub Desktop.
Sets a maximum width on a root container with a selector of your choice. The grid will not stretch beyond this width. The root container can be positioned left or center, for alternate positions you can provide your own behavior.
$root-selector: ".root";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment