Skip to content

Commit

Permalink
give sections some breathing room so they don't run together and anch…
Browse files Browse the repository at this point in the history
…ors don't jump above headings
  • Loading branch information
jonschlinkert committed Jan 21, 2014
1 parent 69cb14f commit b63a740
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/site.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ body {
top: @body-padding;
}

.docs-section + .docs-section {
padding-top: 40px;
}




/**
Expand Down

0 comments on commit b63a740

Please sign in to comment.