From 5537a53834e12aa9acfe07f160ef26b85cb6d32a Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Thu, 8 Jun 2023 12:55:12 +0200 Subject: [PATCH] Add margin between quotee and terms and conditions --- web/static/invoice.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/static/invoice.css b/web/static/invoice.css index 2ddaca7..7438645 100644 --- a/web/static/invoice.css +++ b/web/static/invoice.css @@ -65,6 +65,10 @@ font-weight: bold; } +.invoice .quotee + .terms_and_conditions { + margin-top: 2rem; +} + .invoice .notes + .payment-instructions { margin-top: 5rem; }