Hi Isabella,
Thank you for writing in, your paragraphs have a bottom margin of 2.15em (Im not sure if this is the default bottom margin or a custom CSS though because your CSS are minified)
You can adjust that by adding this to Theme Options > CSS
p {
margin-bottom: 2.15em;
}
Don’t forget to clear your caches
You can find the proper CSS code selector using the Chrome browser Developer Toolbar (deactivate your caching/minifier plugin so you can inspect the page properly).
For the CSS code itself, I suggest that you get started with this tutorial
Hope it helps,
Cheers!