diff options
Diffstat (limited to 'theme/stylesheets')
-rw-r--r-- | theme/stylesheets/book/markdown.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/theme/stylesheets/book/markdown.less b/theme/stylesheets/book/markdown.less index 7504793..97c40bf 100644 --- a/theme/stylesheets/book/markdown.less +++ b/theme/stylesheets/book/markdown.less @@ -184,7 +184,10 @@ margin-bottom: 0; } img { - max-width: 100%; } + max-width: 100%; + display: block; + margin: 0px auto; + } span.frame { display: block; |