diff --git a/InvoicePlane_DIN5008B - paid.php b/InvoicePlane_DIN5008B - paid.php index 80a2a59..7b7ce9c 100644 --- a/InvoicePlane_DIN5008B - paid.php +++ b/InvoicePlane_DIN5008B - paid.php @@ -18,7 +18,7 @@ body { } /* left space due to DIN 5008 2.5mm */ -main { +main, footer { margin-left: 2.5mm; } diff --git a/InvoicePlane_DIN5008B.php b/InvoicePlane_DIN5008B.php index 0919632..a2bddd2 100644 --- a/InvoicePlane_DIN5008B.php +++ b/InvoicePlane_DIN5008B.php @@ -18,7 +18,7 @@ body { } /* left space due to DIN 5008 2.5mm */ -main { +main, footer { margin-left: 2.5mm; }