Fixing paragraph spacing in posts

You can add the following code in your CSS. (Considering that you are using h1)

h1 {
 padding-top: 5px;
}

You can see / play with the same sample on https://codepen.io/ankyit/pen/NzRjrL