Minor fixes for design

This commit is contained in:
David Bomba 2023-02-28 17:23:34 +11:00
parent 25bfe755c4
commit 36f5b1a138
2 changed files with 4 additions and 2 deletions

View File

@ -63,6 +63,8 @@
#entity-details {
width: 100%;
white-space: nowrap;
margin-right: 3rem;
}
#entity-details p {

View File

@ -74,12 +74,12 @@
#entity-details {
text-align: left;
color: #fff4e9 !important;
line-height: 1.6;
}
#entity-details > tr,
#entity-details th {
font-weight: normal;
padding-bottom: 0.5rem;
}
.logo-client-wrapper {
@ -373,7 +373,7 @@
</style>
<div id="header">
<h1 class="company-name">$company.name</h1>
<table id="entity-details" cellspacing="0" dir="$dir"></table>
<table id="entity-details" cellspacing="0" cellpadding="0" dir="$dir"></table>
</div>
<div id="body">
<table id="spacer-table" cellspacing="0">