|
Revert to standard Kindle L and R margins
I used the below margin values from @JSWolf to reduce the left and right margins of my AZW3 ebooks in Calibre's CSS. I'd like to have the standard l/R margins back, so what values should I enter into CSS to achieve that?
html {
margin-right: -47px;
margin-left: -47px;
break-inside: avoid !important;
}
|