rolanddeschain
Member
Posted 7 years ago #
Hi, I'm having trouble reducing line spacing in paragraphs... The gap between lines in a paragraph is much too big, and I can't figure out what to change or add to the css to fix it. To see what I mean:
http://ccg.id.au/blog/
Any help would be great, thanks!
p, li, .feedback {
font: 80%/200% 'Verdana', 'Verdana', Verdana, sans-serif;
letter-spacing: 0.4px;
padding: 0;
}
80%/200%
First number is font size, second is line spacing.
rolanddeschain
Member
Posted 7 years ago #
You could also just use p {line-height: "Value"px;} but it looks like you added that to your site cuz ur line spacing looks fine right now.