Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55db44a

Browse files
committed
Fix GitbookIO#289: center images on ebook
1 parent 13b6045 commit 55db44a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

theme/assets/print.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/stylesheets/ebook.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pre, blockquote {
2727
img {
2828
max-width: 100% !important;
2929
page-break-inside: avoid;
30+
margin: 0px auto;
3031
}
3132

3233
.exercise {

0 commit comments

Comments
 (0)