diff options
Diffstat (limited to 'sass/_partial')
| -rw-r--r-- | sass/_partial/_post.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sass/_partial/_post.scss b/sass/_partial/_post.scss index ed556af..3ce5ef9 100644 --- a/sass/_partial/_post.scss +++ b/sass/_partial/_post.scss @@ -74,6 +74,13 @@ box-sizing: content-box; width: 100%; } + .img-caption { + display: block; + text-align: center; + margin: 0.5em 0 1em 0; + font-size: 0.9em; + opacity: 0.8; + } .shk { margin: 1em 0; } |
