Quote:
Originally Posted by Sonnenfee
Few days ago I have tried different values I personally like the -100px setting best, which looks like at the 3rd photo in this post:
margin-left/margin-right -100px
|
How can you use -100px? That would make the text go past the edges of the screen.
This is what I used for a 300DPI Kindle.
Code:
html {
margin-right: -45px;
margin-left: -45px;
break-inside: avoid !important;
}