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