diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 08:57:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 08:57:56 +0200 |
commit | 22cdec3ed6a4f05d5d6de2e5f9dcf6ab77587326 (patch) | |
tree | 7afe906193c0a31200ea3fa30be9c0813f421879 | |
parent | fe9e7121d07c5a134559f02d5dc46cceb3f276c1 (diff) |
Increase top/bottom margins of pre box
-rw-r--r-- | pre-box.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-box.css b/pre-box.css index 30334cc..9cb6723 100644 --- a/pre-box.css +++ b/pre-box.css @@ -8,5 +8,5 @@ pre background-color: rgba(0, 0, 0, 0.05); border-radius: 0.2em; padding: .8em .4em .8em .4em; - margin: .2em -.4em .2em -.4em; /* Use margins of #content. */ + margin: 2em -.4em 2em -.4em; /* Use margins of #content. */ } |