diff options
Diffstat (limited to 'sass/_markdown.scss')
-rw-r--r-- | sass/_markdown.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sass/_markdown.scss b/sass/_markdown.scss index 1318594..f030b83 100644 --- a/sass/_markdown.scss +++ b/sass/_markdown.scss @@ -68,3 +68,8 @@ .content table tbody tr:nth-child(odd) { background-color: #ffffff; } + +.content p>img { + max-width: 100%; + width: auto; +} |