summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/styles.css b/styles.css
index afc641a..5328b36 100644
--- a/styles.css
+++ b/styles.css
@@ -186,6 +186,8 @@ a {
img {
max-width: 100%;
+ margin-bottom: 1em;
+ margin-top: 1em;
width: auto\9;
height: auto;
vertical-align: middle;
@@ -205,7 +207,8 @@ pre {
display: block;
background-color: #fdf6e3;
color: #586e75;
-
+ margin-bottom: 1em;
+ margin-top: 1em;
border-radius: 4px;
}