Can you help me figure out a way to increase the spacing between grid elements while keeping the style of .col-md-4
and .col-md-8
intact?
<div class="row" >
<div class="col-md-4" style="height:250px;">grid1</div>
<div class="col-md-8" style="height:250px;">grid2</div>
</div>