From a93f17d27527a946338cf005a98d3e9d0ab40ebd Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Mon, 9 Sep 2024 15:18:16 -0700 Subject: Don't use the 'array' notation for specifying margin and padding --- themes/poppy-theme.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/themes/poppy-theme.yml b/themes/poppy-theme.yml index 6e14a25..2508d66 100644 --- a/themes/poppy-theme.yml +++ b/themes/poppy-theme.yml @@ -26,7 +26,11 @@ running-content: page: layout: portrait - margin: [0.75in, 0.5in, 0.5in, 0.5in] + margin-top: 0.75in + margin-right: 0.5in + margin-bottom: 0.5in + margin-left: 0.5in + margin-inner: 0.5in size: [5.25in, 8in] numbering: @@ -54,6 +58,11 @@ prose: verse: font-family: EBGaramond border-left-width: 0 + line-height: 1.00 + padding-top: 12pt + padding-right: 0pt + padding-bottom: 0pt + padding-left: 24pt heading: h1: -- cgit v1.2.3