Merge pull request #140 from lbryio/header_spacing

move adjacent header spacing to top of element
This commit is contained in:
netop:// ウェッブ 2018-09-20 16:13:26 -05:00 committed by GitHub
commit f600ed5105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@
}
+ h2 {
margin-bottom: 2rem;
margin-top: 2rem;
}
}
@ -77,7 +77,7 @@
}
+ h3 {
margin-bottom: 1rem; padding-top: 0.25rem;
margin-top: 1rem;
}
}