diff options
-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; |