Quote:
Originally Posted by mwexler
These are great, gang! Thanks!
I've wound up with
Code:
p {line-height: 1.4 !important;
margin-top: 0.5em !important;}
which really helps (the unitless number version is the "preferred" option for line height, suggested via Kovid's pointer). Thanks for all the guidance, I learned a lot through this process.
PS: https://developer.mozilla.org/en-US/...CSS/margin-top for info about the margin-top value, via theducks.
|
IMHO wrapping your head around the 'HTML/CSS Box Model' will do wonders in solving many STYLE issues.
The Editor HAS an Inspector mode (View: Inspector) where it can show a visual of the Box properties

for the selected code block/