Thread: Clara 2E Strange line-height issue
View Single Post
Old 06-25-2023, 04:05 PM   #3
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,615
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Quote:
Originally Posted by Leonatus View Post
I use to enlarge the first letter of a chapter for decorative matters.
I have used this method across countless books and had no problems with spacing.

Quote:
<p class="scene"><span class="firstletterscene">R</span>espectable London was quiet at night.</p>
The css...

Code:
.scene {
  padding-bottom: 0.01em;
  padding-top: 2em;
  text-indent: 0;
}
.firstletterscene {
  font-size: 1.5em;
  line-height: 1em;
}
Attachment 202054
Karellen is offline   Reply With Quote