Skip to content

Commit ff13227

Browse files
committed
fix: add responsiveness to images inside markdown blocks
1 parent 0ed5aff commit ff13227

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

site-root/css/laddr/markdown.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
}
2525

2626
/* Images */
27+
.content-markdown img {
28+
max-width: 100%;
29+
}
30+
2731
.content-markdown img.pull-right {
2832
margin: 0 0 1em 1em;
29-
}
33+
}

0 commit comments

Comments
 (0)