Quote:
Originally Posted by JSWolf
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;
}
|
Is it possible to apply this to reduce the bottom margin?