aboutsummaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass')
-rw-r--r--sass/_markdown.scss5
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;
+}