From 2d351cdadd66effd8c8f49c3bbd6fb5360df52bb Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 9 Jul 2018 20:43:17 -0700 Subject: add max-width and padding to styling template --- content_template.pandoc | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- cgit v1.1