From de42b487f55060bef650e1e7bdaf328edf74dd2d Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 9 Sep 2024 13:16:05 -0400 Subject: [PATCH] ! --- mccs-it/thermal/modules/Thermal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index 6cbadcb..cac8b23 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -58,7 +58,7 @@ module.exports = { doc.moveDown(); doc.moveDown(); doc.moveDown(); - doc.fontSize(16).text(infoString, { + doc.fontSize(12).text(infoString, { align: 'left', });