diff options
Diffstat (limited to 'pre-box.css')
-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. */ } |