I'm using Bootstrap 4 in an Angular project and i have noticed that the framework automatically put some left margin when using the .col
class.
The problem is that i can't remove that margin because even the inspector tell me that margin is none
.
How do i do?