Skip to content

Commit e889dd6

Browse files
committed
Fixing print.js
1 parent 33d8ecb commit e889dd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/default/print.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ module.exports = {
5353
marginTop: '1em'
5454
},
5555
content: {
56-
margin: 'auto'
56+
margin: 'auto',
57+
textAlign: 'center'
5758
},
5859
codePane: {
5960
pre: {

0 commit comments

Comments
 (0)