Quote:
Originally Posted by DNSB
Out of curiosity, why are you setting the line height to 1.8? That is pretty much the equivalent of double spacing your text.
Personally, I use the following for my basic p code:
Code:
p {
text-indent: 0;
margin: 0 0 0 0;
padding: 0.1em 0 0 0;
margin-block-end: 0em;
}
|
it depends on my preferences. 1.8 em is more closed to eassys or Publiced books, For me, i wants a big font which needs biger line-height .