diff options
Diffstat (limited to 'sass')
-rw-r--r-- | sass/_markdown.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/_markdown.scss b/sass/_markdown.scss index 73caeb5..5cc6e69 100644 --- a/sass/_markdown.scss +++ b/sass/_markdown.scss @@ -74,6 +74,10 @@ width: auto; } +.content img[alt$="#"] { + margin: .5rem; +} + .content img[alt$=">"] { float: right; margin-left: 1rem; |