I have two buttons side by side and for some reason, I have some spacing between them, it's spacing that I can't inspect.
this is the spacing: image
<div>
<button h class="btn btn-responsive margin-right-12" style="background: #C8CED7;">
Cancel
</button>
<button class="btn btn-responsive" style="background: #C8CED7;">SEND</button>
</div>
jsfiddle example: link