diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index 5337c11..b71e642 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -16,12 +16,13 @@ module.exports = { `${studentId}`, '', 'Note: When signing into the MyKV Portal, use your Username not your Email.', + '', 'For further assistance contact ithelp@mainecc.edu' ]; const infoString = infoArray.join('\n'); // Create a new PDF document in-memory const doc = new PDFDocument({ - size: [204], + size: [204, 450], margin: 0 });