diff --git a/src/theme/book.css b/src/theme/book.css index 386cb28f..26921e6e 100644 --- a/src/theme/book.css +++ b/src/theme/book.css @@ -931,6 +931,9 @@ table thead td { left: 0; overflow-y: initial; } + #page-wrapper.page-wrapper { + padding-left: 0px; + } #content { max-width: none; margin: 0; diff --git a/src/theme/stylus/print.styl b/src/theme/stylus/print.styl index 977ba353..5b5086ef 100644 --- a/src/theme/stylus/print.styl +++ b/src/theme/stylus/print.styl @@ -12,6 +12,10 @@ overflow-y: initial; } + #page-wrapper.page-wrapper { + padding-left: 0px; + } + #content { max-width: none; margin: 0;