From 6e3befdfd9a300182c5a63a867d601858c39d932 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Fri, 12 Jun 2026 13:07:46 +0200 Subject: [PATCH] fix(klz-2026): increase top padding to push header and content down on business card back --- 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 4e9306b2..aa3768c7 100644 --- a/lib/pdf-business-card.tsx +++ b/lib/pdf-business-card.tsx @@ -253,7 +253,7 @@ const styles = StyleSheet.create({ // -- WHITE PAGE (Vorderseite) -- backContainer: { flex: 1, - paddingTop: '3mm', // Reduced significantly to pull content up + paddingTop: '6mm', // Pushed down as requested paddingLeft: '6mm', paddingRight: '6mm', flexDirection: 'column',