style: shift text block upwards on white page for more distance to address
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 13s
Build & Deploy / 🧪 QA (push) Successful in 1m41s
Build & Deploy / 🏗️ Build (push) Successful in 2m44s
Build & Deploy / 🚀 Deploy (push) Successful in 19s
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled

This commit is contained in:
2026-06-12 12:05:05 +02:00
parent b78a848ec2
commit ff0d880bde
16 changed files with 2 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ const styles = StyleSheet.create({
// -- WHITE PAGE (Vorderseite) --
backContainer: {
flex: 1,
paddingTop: '4mm', // Reduced significantly to pull content up
paddingTop: '3mm', // Reduced significantly to pull content up
paddingLeft: '6mm',
paddingRight: '6mm',
flexDirection: 'column',
@@ -261,7 +261,7 @@ const styles = StyleSheet.create({
backHeader: {
flexDirection: 'row',
alignItems: 'center',
marginBottom: '8mm', // Generous breathing room
marginBottom: '5mm', // Generous breathing room
width: '100%',
},
backLogo: {