diff --git a/app/Views/offline_invoice_list.php b/app/Views/offline_invoice_list.php index f02ee4e9..e10076c3 100755 --- a/app/Views/offline_invoice_list.php +++ b/app/Views/offline_invoice_list.php @@ -10,7 +10,7 @@ /* Apply font family and size */ body { font-family: 'Times New Roman', Times, serif; - font-size: 8pt; + font-size: 10pt; } } #pdfPreviewModal .modal-dialog { @@ -24,7 +24,7 @@ } .table-responsive{ font-family: 'Apple System', 'BlinkMacSystemFont', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; - font-size: 12px; + font-size: 14px; } #printPdfButton .ri-printer-line { font-size: 8px; @@ -35,6 +35,7 @@ .modal-body { font-size: 1.3em !important; } +