aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Korzhyts <32881283+andreikorzhyts@users.noreply.github.com>2020-04-04 19:02:26 +0300
committerGitHub <noreply@github.com>2020-04-04 09:02:26 -0700
commit84a8994886d406eabb9780c207551561fd8816b8 (patch)
treecae2e6c100e08dae5073500982ce5f43e0f1318b
parentb4563a6ada5c0392efb8a395a284da1f0c0d254c (diff)
Separating text from edge of screen (#642)
* Separating text from edge of screen. * Separating text from edge of screen (fix).
-rw-r--r--tools/template.html1
1 files changed, 1 insertions, 0 deletions
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;