From b2eb53e6649157b983f5e4fda65154f7812fe941 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 24 Sep 2018 10:36:10 +0100 Subject: [PATCH] Tweak print stylesheet --- syndicate/mc/preserve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syndicate/mc/preserve.md b/syndicate/mc/preserve.md index 607a7ce..8a29a37 100644 --- a/syndicate/mc/preserve.md +++ b/syndicate/mc/preserve.md @@ -6,7 +6,7 @@ body { font-family: palatino, "Palatino Linotype", "Palatino LT STD", "URW Palla body { padding-top: 2rem; max-width: 40em; margin: auto; font-size: 120%; } } @media print { - body { margin-left: 2rem; } + body { margin-left: 2rem; margin-right: 2rem; } h2 { page-break-before: always } h2:first-of-type { page-break-before: auto; } }