feat: Updates pdf css to a smaller font size.

This commit is contained in:
2026-01-27 14:16:25 -05:00
parent 273da46db2
commit 30241fec60

View File

@@ -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%;