1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-14 11:15:57 +00:00

Tweaking the a4 page height

This commit is contained in:
Scott Tolksdorf
2016-05-14 15:17:34 -04:00
parent a81967884d
commit 451bbfc915
2 changed files with 3 additions and 1 deletions

View File

@@ -151,7 +151,7 @@ module.exports = [
gen : ['<style>',
' .phb{',
' width : 210mm;',
' height : 297mm;',
' height : 296.8mm;',
' }',
'</style>'
].join('\n')