Default Line Spacing in Posts

Latest Reply from Alice at 2013-07-16 03:27:13
I would like to allow more space between lines in my posts. Currently, the lines feel too close together. How do I change the line height? Thanks!
Hi!
You can fix this by replacing the code in style.css:
.articles {
margin:0px;
}

with:
.articles {

margin:0px;

line-height: 40px;
}

Leave a reply

Add codeAdd image