Skip to content

Commit

Permalink
fix: make padding between h2 sections smaller
Browse files Browse the repository at this point in the history
fixes #291
  • Loading branch information
RomanHotsiy committed Aug 2, 2017
1 parent be41d6d commit 2c89536
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/components/ApiInfo/api-info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@
:host /deep/ [section] {
padding-top: 2 * $section-spacing;
}

:host /deep/ h2[section] {
padding-top: $section-spacing;
}

0 comments on commit 2c89536

Please sign in to comment.