From 3617afa5ae94010c47f355ed698b3b870a6caf59 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 28 Feb 2026 22:44:18 -0500 Subject: refactor: add more margins --- src/app.nim | 2 +- src/templates/index.html | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/app.nim b/src/app.nim index 483bd20..f29eae0 100644 --- a/src/app.nim +++ b/src/app.nim @@ -14,7 +14,7 @@ const "c4paper", "c5paper", "c6paper", "letterpaper", "legalpaper", "executivepaper", "ledgerpaper", "tabloid", "statement", "flsa", ] - ValidMargins = ["0.75in", "1in", "1.25in", "1.5in"] + ValidMargins = ["0.25in", "0.5in", "0.75in", "1in", "1.25in", "1.5in", "1.75in"] ValidLineSpacings = ["1", "1.5", "2"] CustomPaperDimensions = [ ("tabloid", "11in", "17in"), diff --git a/src/templates/index.html b/src/templates/index.html index 5266766..30c4b93 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -86,10 +86,13 @@
-- cgit v1.2.3