Skip to content

Instantly share code, notes, and snippets.

@luislobo14rap
Last active June 29, 2018 22:59
Show Gist options
  • Select an option

  • Save luislobo14rap/6f08b49ad7c568daa2c4fe53a46ccd6c to your computer and use it in GitHub Desktop.

Select an option

Save luislobo14rap/6f08b49ad7c568daa2c4fe53a46ccd6c to your computer and use it in GitHub Desktop.
/* https://getbootstrap.com/docs/4.0/layout/grid/ */
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-']{
padding-right: 0;
padding-left: 0;
}
@luislobo14rap

Copy link
Copy Markdown
Author

only to support bootstrap 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment