From b9ab025794a9f0d6e4e1fef670c48f5ab667f56a Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Wed, 10 Jun 2026 16:08:03 -0500 Subject: [PATCH] css fix --- templates/customer-revenue-template.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/customer-revenue-template.html b/templates/customer-revenue-template.html index 5d3f897..34de41f 100644 --- a/templates/customer-revenue-template.html +++ b/templates/customer-revenue-template.html @@ -6,13 +6,13 @@ * { margin: 0; padding: 0; box-sizing: border-box; } 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; } - .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; } .logo { width: 50px; height: 50px; } .company-details h1 { font-size: 16px; font-weight: normal; margin-bottom: 2px; } .company-details p { font-size: 14px; line-height: 1.4; } .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 p { font-size: 13px; color: #555; } .items-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 12px; } @@ -41,9 +41,10 @@ {{SLOGAN}} -
CUSTOMER REVENUE REPORT
+
CUSTOMER REVENUE REPORT
+

Period: {{DATE_RANGE}} · Generated: {{GENERATED_DATE}}