Halve page margins in standard edition EPUBs

This commit is contained in:
2026-08-18 01:36:40 +00:00
parent 38fb493989
commit 6ba3c3d525
+2 -2
View File
@@ -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;