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
parent
fac3cd4a78
commit
5d3312b7b5
|
@ -25,7 +25,12 @@ h1 {
|
|||
|
||||
h2 {
|
||||
color: $body-color-darkest;
|
||||
margin-bottom: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
h5 {
|
||||
|
|
Loading…
Reference in New Issue