Skip to content

Instantly share code, notes, and snippets.

@shoemaker
Created September 8, 2013 21:26
Show Gist options
  • Save shoemaker/6488547 to your computer and use it in GitHub Desktop.
Save shoemaker/6488547 to your computer and use it in GitHub Desktop.
Bootstrap 3 "fluid" container. Bootstrap 3 uses a max-width for each breakpoint. To allow your site to use the full width of the browser (like in 2.x) use this fluid-container class in place of the default container class in v3.
.fluid-container {
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment