Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
adjust address header
Browse files Browse the repository at this point in the history
  • Loading branch information
ardean committed Mar 11, 2016
1 parent a99bfad commit 0d974ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/pdf-reminder-simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ return /******/ (function(modules) { // webpackBootstrap
postCode: address.postCode,
city: address.city
}),
margin: [0, 120, 0, 0],
margin: [0, 100, 0, 0],
fontSize: 8,
color: "gray"
}, {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pdf-reminder-simple",
"description": "A simple pdf reminder template",
"version": "0.1.3",
"version": "0.1.4",
"author": "Orbin",
"keywords": [
"pdf",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function getTemplate(invoice, reminder, profile) {
postCode: address.postCode,
city: address.city
}),
margin: [0, 120, 0, 0],
margin: [0, 100, 0, 0],
fontSize: 8,
color: "gray"
}, {
Expand Down

0 comments on commit 0d974ce

Please sign in to comment.