diff --git a/resources/views/pdf/po.blade.php b/resources/views/pdf/po.blade.php index f2ce45a2..8bc1650e 100644 --- a/resources/views/pdf/po.blade.php +++ b/resources/views/pdf/po.blade.php @@ -8,7 +8,10 @@ body { font-family: sun-extA; overflow: wrap; + margin-top: 50px; margin-bottom: 50px; } + .header {top: -50px; position: fixed;} + .footer {bottom: -50px; position: fixed;} table { width: 100%; }