diff --git a/dist/pdf-reminder-simple.js b/dist/pdf-reminder-simple.js index 8a4ad79..547e59e 100644 --- a/dist/pdf-reminder-simple.js +++ b/dist/pdf-reminder-simple.js @@ -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" }, { diff --git a/package.json b/package.json index 424ee7b..1248e92 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.js b/src/index.js index 8c4aec5..b2db148 100644 --- a/src/index.js +++ b/src/index.js @@ -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" }, {