From b77eb2087e2e8ccae6c578ade1a4370832ffc59b Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 11 Jun 2026 18:07:05 +0200 Subject: [PATCH] style: remove address footer top border and add explicit bottom margin --- lib/pdf-business-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pdf-business-card.tsx b/lib/pdf-business-card.tsx index c1e4f1fa..b58dadcb 100644 --- a/lib/pdf-business-card.tsx +++ b/lib/pdf-business-card.tsx @@ -274,9 +274,9 @@ const styles = StyleSheet.create({ flexDirection: 'row', justifyContent: 'center', alignItems: 'center', - borderTop: `0.5pt solid ${COLORS.grayText}`, paddingTop: '2.5mm', marginTop: 'auto', + marginBottom: '2mm', // Force extra space from the bottom edge }, addressFooterText: { fontSize: 6,