From 5f8542c0d7a6209ba43493fa217177c75a171e0d Mon Sep 17 00:00:00 2001 From: jagrit007 Date: Sat, 11 Oct 2025 19:23:01 +0000 Subject: [PATCH] Update 1.html --- 1.html | 48 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/1.html b/1.html index 66177a2..dcb3ecb 100644 --- a/1.html +++ b/1.html @@ -33,6 +33,24 @@ .company-info { flex: 1; + display: flex; + align-items: center; + gap: 16px; + } + + .logo-container { + flex-shrink: 0; + } + + .logo-container img { + width: 80px; + height: 80px; + object-fit: cover; + border-radius: 8px; + } + + .company-text { + flex: 1; } .company-name { @@ -187,7 +205,6 @@ .total-row.subtotal { color: #666; - border-bottom: 1px solid #ddd; padding-bottom: 8px; } @@ -249,17 +266,24 @@
-
{{companyName}}
-
- {{#companyAddress}} -
{{companyAddress}}
- {{/companyAddress}} - {{#companyEmail}} -
{{companyEmail}}
- {{/companyEmail}} - {{#companyPhone}} -
{{companyPhone}}
- {{/companyPhone}} + {{#logoUrl}} +
+ Company Logo +
+ {{/logoUrl}} +
+
{{companyName}}
+
+ {{#companyAddress}} +
{{companyAddress}}
+ {{/companyAddress}} + {{#companyEmail}} +
{{companyEmail}}
+ {{/companyEmail}} + {{#companyPhone}} +
{{companyPhone}}
+ {{/companyPhone}} +