fix(klz-2026): increase top padding to push header and content down on business card back
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 14s
Build & Deploy / 🧪 QA (push) Successful in 1m50s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 14s
Build & Deploy / 🧪 QA (push) Successful in 1m50s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled
This commit is contained in:
@@ -253,7 +253,7 @@ const styles = StyleSheet.create({
|
|||||||
// -- WHITE PAGE (Vorderseite) --
|
// -- WHITE PAGE (Vorderseite) --
|
||||||
backContainer: {
|
backContainer: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
paddingTop: '3mm', // Reduced significantly to pull content up
|
paddingTop: '6mm', // Pushed down as requested
|
||||||
paddingLeft: '6mm',
|
paddingLeft: '6mm',
|
||||||
paddingRight: '6mm',
|
paddingRight: '6mm',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
|
|||||||
Reference in New Issue
Block a user