How can I adjust the padding (left/right) on columns in Bootstrap 4?
For example:
The col-md-4
class appears to have a padding of 15px
on the left and right sides. I want to make this smaller, perhaps 10px
.
I've checked the _variables.scss
file but couldn't find anything that would allow me to modify the padding.