-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
The current gutter system is awkward and depends on .frow-container in some situations to avoid the negative margins from colliding with other page margins. .frow-container should be removed the equation completely.
Perhaps a new set-up would be something like:
<div class="gutters>
<div class="frow">
<div class="col-md-1-2></div>
<div class="col-md-1-2></div>
</div>
</div>
The negative margins would be applied directly to .gutters. Is this better? Does it solve the problem?