Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Aybee opened this issue May 3, 2018 · 1 comment
Open

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

Aybee opened this issue May 3, 2018 · 1 comment

Comments

@Aybee
Copy link

Aybee commented May 3, 2018

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

@nathansmith
Copy link
Owner

nathansmith commented May 4, 2018

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants