diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index cac8b23..183b6b6 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -46,7 +46,7 @@ module.exports = { // Add content (image, text) to the PDF doc.image('./public/itslogo.jpg', { - fit: [200, 100], + fit: [196, 100], align: 'center', valign: 'top', });