diff options
-rw-r--r-- | content_template.pandoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content_template.pandoc b/content_template.pandoc index 8293006..8b90413 100644 --- a/content_template.pandoc +++ b/content_template.pandoc @@ -13,6 +13,7 @@ .content { margin: auto; width: 80% + max-width: 50em; } /* colors pulled from my current terminal config. applicable for aha-rendered ANSI text */ @@ -31,6 +32,8 @@ overflow: auto; /* terminal background */ background: #171717; + padding-left: 0.5em; + padding-right: 0.5em; } /* pandoc's default styling colors pre, but we don't need that */ |