aboutsummaryrefslogtreecommitdiff
path: root/sass/_markdown.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/_markdown.scss')
-rw-r--r--sass/_markdown.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/sass/_markdown.scss b/sass/_markdown.scss
index f030b83..73caeb5 100644
--- a/sass/_markdown.scss
+++ b/sass/_markdown.scss
@@ -73,3 +73,21 @@
max-width: 100%;
width: auto;
}
+
+.content img[alt$=">"] {
+ float: right;
+ margin-left: 1rem;
+}
+
+.content img[alt$="<"] {
+ float: left;
+ margin-right: 1rem;
+}
+
+.content img[alt$="><"] {
+ display: block;
+ max-width: 100%;
+ height: auto;
+ margin: auto;
+ float: none!important;
+}