From cb0231a1ec7f9367f4c1b02ec1ab505d61ce54f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 2 Mar 2021 14:06:42 +0100 Subject: [PATCH] Business: Reduce padding in client & company details section --- resources/views/pdf-designs/business.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html index b1951dfec592..d8407354df23 100644 --- a/resources/views/pdf-designs/business.html +++ b/resources/views/pdf-designs/business.html @@ -41,10 +41,6 @@ color: #AAA9A9; } - #company-details > * { - margin-bottom: 0.8rem; - } - #company-address { display: flex; flex-direction: column; @@ -72,10 +68,6 @@ margin-top: 1rem; } - #client-details > * { - margin-bottom: 0.5rem; - } - #client-details > p:nth-child(1) { color: var(--primary-color); }