Reduce margin-top for h2 and h3

This commit is contained in:
Paul Pacheco 2018-12-23 07:52:23 -06:00
parent cef22386da
commit b435eedfeb

View File

@ -74,11 +74,11 @@
.bd-content {
> h2:not(:first-child) {
margin-top: 3rem;
margin-top: 1.25rem;
}
> h3 {
margin-top: 1.5rem;
margin-top: .75rem;
}
> ul li,