fix: revert line spacing to compact layout, keep generous logo margin
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 22s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🧪 QA (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled

This commit is contained in:
2026-06-12 11:30:39 +02:00
parent 12eadba0ee
commit e5ecf16a66
13 changed files with 2 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ const styles = StyleSheet.create({
flexDirection: 'column',
},
nameSection: {
marginBottom: '4mm', // Generous space before contact info
marginBottom: '1mm', // Keep tight spacing to contact rows
},
nameText: {
fontSize: 14,
@@ -233,7 +233,7 @@ const styles = StyleSheet.create({
contactRow: {
flexDirection: 'row',
alignItems: 'center',
marginBottom: 4, // Professional spacing
marginBottom: 2, // Keep tight, compact line spacing
},
iconWrapper: {
width: 12,