From 84a8994886d406eabb9780c207551561fd8816b8 Mon Sep 17 00:00:00 2001
From: Andrei Korzhyts <32881283+andreikorzhyts@users.noreply.github.com>
Date: Sat, 4 Apr 2020 19:02:26 +0300
Subject: Separating text from edge of screen (#642)

* Separating text from edge of screen.

* Separating text from edge of screen (fix).
---
 tools/template.html | 1 +
 1 file changed, 1 insertion(+)

(limited to 'tools')

diff --git a/tools/template.html b/tools/template.html
index f228f12..89eddd2 100644
--- a/tools/template.html
+++ b/tools/template.html
@@ -8,6 +8,7 @@ body { font-family: Helvetica, arial, freesans, clean, sans-serif;
     line-height: 1.4;
     max-width: 48em;
     margin: auto;
+    padding: 0 0.5em 4em;
     color: #333333;
     background-color: #ffffff;
     font-size: 13pt;
-- 
cgit v1.2.3