Skip to content

Instantly share code, notes, and snippets.

@nielk
Created September 9, 2013 14:02
Show Gist options
  • Save nielk/6495997 to your computer and use it in GitHub Desktop.
Save nielk/6495997 to your computer and use it in GitHub Desktop.
Bootstrap container without margin
body {
padding: 0;
}
.container {
background-color: yellow;
min-width: 100%;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment