Right, 1 is tight; 1.2 is the default, but 100 should make it huge. No effect.
Update: I spent more time in the Inspector, and it would appear that I'm being overridden way deep down in some p tags.
So, this appears to have some impact, copied from another thread:
p {line-height:40px !important;}
Now I just need to understand if it's going to break anything. I assume px is pixels; should I use a percentage since that's more flexible? Any "recommended" way to do this?
|