summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pre-box.css2
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. */
}