patx/projectpay
Refine invoice section styling
Commit 2cfbb63 · patx · 2026-06-30T20:13:24-04:00
Comments
No comments yet.
Diff
diff --git a/templates/base.html b/templates/base.html
index 75b7cb9..f003587 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -78,7 +78,6 @@
.narrow { max-width: 680px; }
.section {
background: #fff;
- border: 1px solid #ddd;
border-radius: 8px;
padding: 18px;
margin-bottom: 16px;
@@ -161,7 +160,7 @@
margin-top: 12px;
}
.payment-card-reference { overflow-wrap: anywhere; }
- .line-items-section { margin-bottom: 16px; }
+ .line-items-section { margin-bottom: 16px; border-radius: 8px; }
.invoice-line-list {
display: grid;
gap: 10px;