added margin-bottom class

This commit is contained in:
MaxBUhe 2020-06-08 08:45:47 +02:00
parent bdec638f14
commit c5ef48d2fc
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[{block name="pdfHeading"}]
<table class="fontSize12 pdf_heading_table" cellspacing="0">
<table class="fontSize12 pdf_heading_table marginBottom15" cellspacing="0">
[{block name="heading_owner_information"}]
<tr>
<td class="pdf_heading_width65">

View File

@ -67,6 +67,9 @@ table{
width: 100%;
margin-top: 8mm;
}
.marginBottom15{
margin-bottom: 15px;
}
.pdf_heading_width35{
width: 35%;
}