fix: make padding between h2 sections smaller

fixes #291
This commit is contained in:
Roman Hotsiy 2017-08-02 17:07:55 +03:00
parent be41d6d325
commit 2c8953664a
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -22,3 +22,7 @@
:host /deep/ [section] {
padding-top: 2 * $section-spacing;
}
:host /deep/ h2[section] {
padding-top: $section-spacing;
}