diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-17 10:45:56 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-17 10:45:56 -0400 |
| commit | 7051529b8ceefabbc8a64a3a74491a87a9651801 (patch) | |
| tree | aad7361eb1f6cea9744be2c3f1d953db60fa005c /docs/style.css | |
| parent | d821e732f9faa2207e0282eb24a4de976878d853 (diff) | |
Inset code blocks a little (add left/right margin)
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css index 19a3b2f8..36637c57 100644 --- a/docs/style.css +++ b/docs/style.css @@ -35,7 +35,7 @@ code { } pre { font-family: monospace; - margin: 1.6em 0; + margin: 1.6em 0.4em; padding: 0.8em; font-size: 1.16em; line-height: 1.4; |
