View Single Post
Old 01-24-2024, 06:28 AM   #15
chantsing
Member
chantsing began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jan 2024
Device: window
Quote:
Originally Posted by DNSB View Post
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 .
chantsing is offline   Reply With Quote