style: fine-tune white page typography - harmonize font sizes, spacing rhythm and letter-spacing
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 28s
Build & Deploy / 🧪 QA (push) Failing after 1m54s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 12s

This commit is contained in:
2026-06-12 11:32:44 +02:00
parent e5ecf16a66
commit 8f34ac2a6d
14 changed files with 13 additions and 12 deletions

View File

@@ -210,30 +210,30 @@ const styles = StyleSheet.create({
flexDirection: 'column', flexDirection: 'column',
}, },
nameSection: { nameSection: {
marginBottom: '1mm', // Keep tight spacing to contact rows marginBottom: '2.5mm', // Clear separation between name block and contact block
}, },
nameText: { nameText: {
fontSize: 14, fontSize: 13,
fontWeight: 'bold', fontWeight: 'bold',
color: COLORS.neutralDark, color: COLORS.neutralDark,
marginBottom: 2, marginBottom: 1.5,
letterSpacing: -0.2, letterSpacing: -0.15,
}, },
roleText: { roleText: {
fontSize: 7.5, fontSize: 6.5,
fontWeight: 'bold', fontWeight: 'bold',
color: '#011dff', color: '#011dff',
letterSpacing: 0.5, letterSpacing: 1.2,
textTransform: 'uppercase', textTransform: 'uppercase',
}, },
contactSection: { contactSection: {
flexDirection: 'column', flexDirection: 'column',
gap: 4, gap: 0,
}, },
contactRow: { contactRow: {
flexDirection: 'row', flexDirection: 'row',
alignItems: 'center', alignItems: 'center',
marginBottom: 2, // Keep tight, compact line spacing marginBottom: 5, // Even rhythm between contact lines
}, },
iconWrapper: { iconWrapper: {
width: 12, width: 12,
@@ -241,10 +241,11 @@ const styles = StyleSheet.create({
alignItems: 'flex-start', alignItems: 'flex-start',
}, },
contactText: { contactText: {
fontSize: 8, fontSize: 7.5,
color: COLORS.neutralDark, color: COLORS.neutralDark,
fontWeight: 'normal', fontWeight: 'normal',
paddingTop: 1, paddingTop: 0.5,
letterSpacing: 0.1,
}, },
rightColumn: { rightColumn: {
flexDirection: 'column', flexDirection: 'column',
@@ -277,9 +278,9 @@ const styles = StyleSheet.create({
bottom: '4mm', // Matched with top margin for perfect symmetry bottom: '4mm', // Matched with top margin for perfect symmetry
}, },
addressFooterText: { addressFooterText: {
fontSize: 7, // increased from 6 fontSize: 6.5,
color: COLORS.grayText, color: COLORS.grayText,
letterSpacing: 0.3, letterSpacing: 0.4,
fontWeight: 'normal', fontWeight: 'normal',
}, },
}); });

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 35 KiB