diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2024-09-09 15:18:16 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2024-09-09 15:18:16 -0700 |
| commit | a93f17d27527a946338cf005a98d3e9d0ab40ebd (patch) | |
| tree | 13210bd38f7efabc58c4febe435e9fcd5f7b9776 | |
| parent | 30083535ac49026583bcb37f0d7dcf2321c59ee5 (diff) | |
Don't use the 'array' notation for specifying margin and padding
| -rw-r--r-- | themes/poppy-theme.yml | 11 |
1 files changed, 10 insertions, 1 deletions
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: |
