diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index dd0d2ba26738..1d21d47f24ce 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -2,6 +2,7 @@ :root { --primary-color: $primary_color; --secondary-color: $secondary_color; + --line-height: 1.6; } body { @@ -35,6 +36,7 @@ #company-details { display: flex; flex-direction: column; + line-height: var(--line-height); } #company-details > p:first-child { @@ -44,10 +46,11 @@ #company-address { display: flex; flex-direction: column; + line-height: var(--line-height); } .entity-label { - margin-top: 1rem; + margin-top: 2.5rem; text-transform: uppercase; padding-left: 1rem; margin-bottom: 1rem; @@ -56,8 +59,7 @@ } .client-and-entity-wrapper { - display: grid; - grid-template-columns: .75fr 1fr; + display: flex; padding: 1rem; border-top: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; @@ -65,16 +67,21 @@ #entity-details { text-align: left; + margin-right: 20px; } #entity-details > tr, #entity-details th { font-weight: normal; + padding-right: 15px; + padding-top: 2.5px; + padding-bottom: 2.5px; } #client-details { display: flex; flex-direction: column; + line-height: var(--line-height); } #client-details > :first-child { @@ -242,11 +249,9 @@
$entity_label