From 30241fec608f765448c0c10eedaeb3ff324eb74d Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 27 Jan 2026 14:16:25 -0500 Subject: [PATCH] feat: Updates pdf css to a smaller font size. --- Public/css/pdf.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Public/css/pdf.css b/Public/css/pdf.css index 4e331be..2680d0d 100644 --- a/Public/css/pdf.css +++ b/Public/css/pdf.css @@ -8,6 +8,12 @@ -webkit-print-color-adjust: exact; } } +* { + font-size: 12px; +} +h1 { font-size: 24px; } +h2 { font-size: 16px; } + table { border-collapse: collapse; max-width: 100%;