Quote:
Originally Posted by GeoffR
Unfortunately there is no way to add padding to a page. There is a @page rule that can be used to set the page margin, but it can't be used to add padding. The other problem is that the kepub reader totally ignores the @page rule anyway!
I think the only solution to your problem is to add padding between the lines, i.e. increase the line spacing. (other than using the epub reader instead, which works with much smaller line spacing settings than the kepub reader).
|
That's to bad. Other then that it's working great. But I need my small linespacing to be happy.
Might something like this work?
* {
box-sizing: border-box;
width: 100%;
border: 0.2px solid white;
}