diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; } |