How do you adjust the space between lines?
The lines are too tight as they are now.
The only way is with some custom CSS code (Settings / CSS customization), for example:
body, td, p, h1, h2, h3, h4, h5, h6 {
line-height: 2;
}