diff options
author | Andrei Korzhyts <32881283+andreikorzhyts@users.noreply.github.com> | 2020-04-04 19:02:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-04 09:02:26 -0700 |
commit | 84a8994886d406eabb9780c207551561fd8816b8 (patch) | |
tree | cae2e6c100e08dae5073500982ce5f43e0f1318b | |
parent | b4563a6ada5c0392efb8a395a284da1f0c0d254c (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.html | 1 |
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; |