nathansmith / unsemantic

Fluid grid for mobile, tablet, and desktop.
http://unsemantic.com
MIT License
1.38k stars 161 forks source link

A documentation of class "grid-offset" is missing #101

Open Aybee opened 6 years ago

Aybee commented 6 years ago

Maybe you like to explain somewhere what this class is good for.

nathansmith commented 6 years ago

Yeah, I need to write up an explanation. Basically, it would be for if you want to add a mini "container" around something, to adjust side spacing.

<div class="this-has-a-background-or-a-border">
  <div class="grid-offset">
    <div class="grid-XX">
      Content
    </div>
    <div class="grid-XX">
      Content
    </div>
  </div>
</div>