Halve page margins in standard edition EPUBs
This commit is contained in:
@@ -3,14 +3,14 @@
|
|||||||
blockquote-indent comment styling. Tuned for e-ink readers. */
|
blockquote-indent comment styling. Tuned for e-ink readers. */
|
||||||
|
|
||||||
@page {
|
@page {
|
||||||
margin: 1em;
|
margin: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Georgia, "Times New Roman", Times, serif;
|
font-family: Georgia, "Times New Roman", Times, serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: 0 1em;
|
margin: 0 0.5em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
widows: 2;
|
widows: 2;
|
||||||
orphans: 2;
|
orphans: 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user