membershipworks: Adjust invoice PDF spacing
All checks were successful
Ruff / ruff (push) Successful in 1m49s
Test / test (push) Successful in 6m20s

This commit is contained in:
Adam Goldsmith 2024-05-01 12:47:32 -04:00
parent 05bdc92a36
commit 0f1640a5d6

View File

@ -1,6 +1,6 @@
@page { @page {
size: letter portrait; size: letter portrait;
margin: 1.2in 0.7in; margin: 1.5in 0.7in 1.2in;
@top-center { @top-center {
content: "Event Invoice"; content: "Event Invoice";
@ -57,7 +57,7 @@ header {
} }
body { body {
margin-top: 1em; margin-top: 3em;
} }
p { p {