move adjacent header spacing to top of element

This commit is contained in:
Jeremy Kauffman 2018-09-20 14:33:31 -04:00
parent 5231b0f6d5
commit 597c3f0f27

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;
}
}