diff options
author | iximeow <me@iximeow.net> | 2024-07-14 13:15:48 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-07-14 13:15:48 -0700 |
commit | 4d7e9a5a41e769b2548cfae26c7472a01b3246e3 (patch) | |
tree | 65f372fbc327b3e0b6ad8ae5bac2b58e88c406eb /content_template.pandoc | |
parent | de07fbcbe3b31c5b90c5e18191e34ca9aa0afbf9 (diff) |
a bit more padding for codeboxes
Diffstat (limited to 'content_template.pandoc')
-rw-r--r-- | content_template.pandoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content_template.pandoc b/content_template.pandoc index ce15605..967387e 100644 --- a/content_template.pandoc +++ b/content_template.pandoc @@ -37,6 +37,8 @@ background: #171717; padding-left: 0.5em; padding-right: 0.5em; + padding-top: 0.5em; + padding-bottom: 0.5em; } /* pandoc's default styling colors pre, but we don't need that */ |