Hide footer when printing invoices and quotes

Closes #96
This commit is contained in:
jordi fita mas 2024-03-13 02:52:09 +01:00
parent 405c833490
commit a689e2f734
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
border-collapse: collapse; border-collapse: collapse;
} }
body > header, nav { body > header, nav, body > footer {
display: none; display: none;
} }