I noticed an issue in the Bootstrap grid system. div.row only applies the container's top and bottom padding and not start and end! jsfiddle
<div class="container mt-5">
<div class="border border-info p-2">
<div class="row bg-danger">
<div class="col">Test</div>
</div>
</div>
</div>