diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2024-04-06 22:25:53 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2024-04-06 22:25:53 -0400 |
| commit | 845fcc38173968d9d4da1c7a632914ace1d77cca (patch) | |
| tree | 7387fd4467acba0427c5332b6f5a0370f3765a62 | |
| parent | 0de3d723e7b70a1182396ccef489977136ce8d6f (diff) | |
allow more space at bottom of pdf in global config
| -rw-r--r-- | config.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.json b/config.json index 98bf27f..c9981f5 100644 --- a/config.json +++ b/config.json @@ -12,9 +12,11 @@ "pdf": { "columnspace": 35, "margintop": 30, - "headspace": 30, + "marginbottom": 20, "marginleft": 10, "marginright": 0, + "footspace": 10, + "headspace": 30, "spacing": { "lyrics": 1.4 }, |
