Skip to content

Instantly share code, notes, and snippets.

@fatihtoprak
Created April 2, 2017 15:24
Show Gist options
  • Select an option

  • Save fatihtoprak/0c587626bc69a3e389bab227fb7dff9f to your computer and use it in GitHub Desktop.

Select an option

Save fatihtoprak/0c587626bc69a3e389bab227fb7dff9f to your computer and use it in GitHub Desktop.
reset col paddings bootostrap
.row-no-padding > [class*="col-"] {
padding-left: 0 !important;
padding-right: 0 !important;
}
div[class*="col-"] {
padding-left: 0 !important;
padding-right: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment