Skip to content

Commit 71753f7

Browse files
Add margin for content images
1 parent 9eb94dd commit 71753f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site-root/css/laddr/markdown.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@
2121
.content-markdown table tr:nth-child(2n) {
2222
background-color: #f8f8f8;
2323
background-color: rgba(0, 0, 0, 0.05);
24+
}
25+
26+
/* Images */
27+
.content-markdown img.pull-right {
28+
margin: 0 0 1em 1em;
2429
}

0 commit comments

Comments
 (0)