CSS
-
-
Save philcon93/cee0fc2d6129f6290178392197fb7e2f to your computer and use it in GitHub Desktop.
Bootstrap no padding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.no-gutter>[class*='col-'] { | |
padding-right: 0; | |
padding-left: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment