stylesheet.css (line 394)
h1, h2, h3, h4, h5, h6 {
margin:0.3em 0pt;
}
remove the margin and the big gaps go away.
stylesheet.css (line 394)
h1, h2, h3, h4, h5, h6 {
margin:0.3em 0pt;
}
remove the margin and the big gaps go away.
Ancient Chinese secret?
Play around with webtools in firefox. The inspect feature will let you remove css code temporarily and see what it does.