Skip to content

New gutter system #25

@codysherman

Description

@codysherman

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions