From 8d2e564c18bea31f04b870c5e9fcca7fb4396164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 20 May 2021 14:55:32 +0200 Subject: [PATCH] Improve paddings & margins: Plain --- resources/views/pdf-designs/plain.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html index 53577cf89b9b..2ca23038e1a6 100644 --- a/resources/views/pdf-designs/plain.html +++ b/resources/views/pdf-designs/plain.html @@ -117,6 +117,7 @@ } #table-totals { + margin-top: 1rem; display: grid; grid-template-columns: 2fr 1fr; padding-top: .5rem; @@ -154,6 +155,10 @@ [data-ref="total_table-footer"] { padding-left: 1rem } + + #footer { + margin-top: 30px; + } @@ -179,11 +184,22 @@
-
-
+ +