added top spacing and reduced bottom (#1583)

* added top spacing and reduced bottom

Signed-off-by: Ross Fenrick <rossf@heptio.com>

* added marign to h3's

Signed-off-by: Ross Fenrick <rossf@heptio.com>
pull/1593/head
Ross Fenrick 2019-06-18 13:14:13 -05:00 committed by Steve Kriss
parent fac3cd4a78
commit 5d3312b7b5
1 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,12 @@ h1 {
h2 { h2 {
color: $body-color-darkest; color: $body-color-darkest;
margin-bottom: 2rem; margin-bottom: 1rem;
margin-top: 2rem;
}
h3 {
margin-top: 2rem;
} }
h5 { h5 {