From 0c2abc5d14ec107519ce00f374c0b3242d82d283 Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Wed, 12 Apr 2023 10:24:06 +0200
Subject: [PATCH] [UPD]PDF format

---
 report/account_template.xml | 6 +++---
 static/src/scss/style.scss  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/report/account_template.xml b/report/account_template.xml
index 23eea13..75e3d6e 100644
--- a/report/account_template.xml
+++ b/report/account_template.xml
@@ -266,7 +266,7 @@
                                             t-field="o.acc_delivery_id.city"
                                         /><br /></t>
                                 </p>
-                                <h5 class="font-weight-bold mb-3 mt-4 text-center">Référence de l'opération</h5>
+                                <h5 class="font-weight-bold mb-3 mt-5 text-center">Référence de l'opération</h5>
                                 <p>
                                     <span
                                         class="font-weight-bold"
@@ -293,8 +293,8 @@
                                         <span t-field="o.producer_id.origine"/><br/>
                                     </t>
                                 </p>
-                                <h5 class="font-weight-bold mb-3 mt-4 text-center">Une question ?</h5>
-                                <p class="mb-4">
+                                <h5 class="font-weight-bold mb-3 mt-5 text-center">Une question ?</h5>
+                                <p class="mb-2">
                                     <span
                                         class="font-weight-bold"
                                         t-field="o.contact_invoice.name"
diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss
index 8271cc9..aebcd97 100644
--- a/static/src/scss/style.scss
+++ b/static/src/scss/style.scss
@@ -48,7 +48,7 @@
     padding: 20px !important;
     border-radius: 40px !important;
     border-collapse: inherit !important;
-    margin-top: 35px !important;
+    margin-top: 50px !important;
 }
 
 .o_report_layout_boxed table thead tr th {
-- 
GitLab