diff options
author | Siri Reiter <siri@jones.dk> | 2014-01-21 11:00:00 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2014-01-21 11:00:00 +0100 |
commit | bdc3a8450f10d54000cf52bd4bf89495c27f7fe6 (patch) | |
tree | fc30b3ddb310977dc2b4c9e747c2222d00928b88 | |
parent | 034f27486ef1366dc3ae2e355fb292c4cfb63aa2 (diff) |
Styling: Increase caption line height and margin bottom.
-rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -173,8 +173,8 @@ img { } .img caption { text-align: left; - line-height: 80%; - margin-bottom: 0.5em; + line-height: 175%; + margin-bottom: 1.5em; } #content img.deco { |