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>
This commit is contained in:
Ross Fenrick
2019-06-18 12:14:13 -06:00
committed by Steve Kriss
parent fac3cd4a78
commit 5d3312b7b5
+6 -1
View File
@@ -25,7 +25,12 @@ h1 {
h2 {
color: $body-color-darkest;
margin-bottom: 2rem;
margin-bottom: 1rem;
margin-top: 2rem;
}
h3 {
margin-top: 2rem;
}
h5 {