css fix
This commit is contained in:
@@ -6,13 +6,13 @@
|
|||||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||||
body { font-family: Arial, sans-serif; font-size: 14px; line-height: 1.6; color: #333; }
|
body { font-family: Arial, sans-serif; font-size: 14px; line-height: 1.6; color: #333; }
|
||||||
.container { max-width: 8.5in; margin: 0 auto; padding: 20px; }
|
.container { max-width: 8.5in; margin: 0 auto; padding: 20px; }
|
||||||
.header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 2px solid #333; position: relative; }
|
.header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 2px solid #333; }
|
||||||
.company-info { display: flex; align-items: flex-start; gap: 15px; }
|
.company-info { display: flex; align-items: flex-start; gap: 15px; }
|
||||||
.logo { width: 50px; height: 50px; }
|
.logo { width: 50px; height: 50px; }
|
||||||
.company-details h1 { font-size: 16px; font-weight: normal; margin-bottom: 2px; }
|
.company-details h1 { font-size: 16px; font-weight: normal; margin-bottom: 2px; }
|
||||||
.company-details p { font-size: 14px; line-height: 1.4; }
|
.company-details p { font-size: 14px; line-height: 1.4; }
|
||||||
.tagline { text-align: right; font-style: italic; font-size: 14px; margin-bottom: 20px; }
|
.tagline { text-align: right; font-style: italic; font-size: 14px; margin-bottom: 20px; }
|
||||||
.document-type { font-size: 24px; font-weight: bold; color: #333; position: absolute; bottom: 0; }
|
.document-type { font-size: 24px; font-weight: bold; color: #333; margin-bottom: 10px; }
|
||||||
.report-meta { margin-bottom: 20px; }
|
.report-meta { margin-bottom: 20px; }
|
||||||
.report-meta p { font-size: 13px; color: #555; }
|
.report-meta p { font-size: 13px; color: #555; }
|
||||||
.items-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 12px; }
|
.items-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 12px; }
|
||||||
@@ -41,9 +41,10 @@
|
|||||||
<em>{{SLOGAN}}</em>
|
<em>{{SLOGAN}}</em>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="document-type">CUSTOMER REVENUE REPORT</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="document-type">CUSTOMER REVENUE REPORT</div>
|
||||||
|
|
||||||
<div class="report-meta">
|
<div class="report-meta">
|
||||||
<p>Period: {{DATE_RANGE}} · Generated: {{GENERATED_DATE}}</p>
|
<p>Period: {{DATE_RANGE}} · Generated: {{GENERATED_DATE}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user