Skip to content

Commit

Permalink
Issue #3 - Upgrade the output
Browse files Browse the repository at this point in the history
  • Loading branch information
Gulix committed Aug 24, 2016
1 parent 4266ce1 commit 25254ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions generator/scripts/pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,20 @@ function get_pdf_style()
},
title: {
fontSize: 32,
bold: true,
font: "BowlbyOneSC",
marginBottom: 8,
color: '#AA2222',
alignment: 'center'
},
subTitle: {
fontSize: 26,
bold: true,
font: "BowlbyOneSC",
marginLeft: 10,
marginTop: 16
marginTop: 4
},
description: {
fontSize: 16,
marginBottom: 6,
marginBottom: 18,
alignment: 'justify'
}
};
Expand Down

0 comments on commit 25254ad

Please sign in to comment.