fix: resolve address footer overlap and restore 4mm symmetrical margins
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 11s
Build & Deploy / 🧪 QA (push) Failing after 1m22s
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 2s
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 11s
Build & Deploy / 🧪 QA (push) Failing after 1m22s
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 2s
This commit is contained in:
@@ -163,10 +163,10 @@ const styles = StyleSheet.create({
|
|||||||
// -- WHITE PAGE (Vorderseite) --
|
// -- WHITE PAGE (Vorderseite) --
|
||||||
backContainer: {
|
backContainer: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
paddingTop: '7mm', // 3mm bleed + 4mm safe margin
|
paddingTop: '4mm', // Reduced significantly to pull content up
|
||||||
paddingBottom: '14mm', // Prevent overlap with address footer
|
paddingBottom: '10mm',
|
||||||
paddingLeft: '7mm',
|
paddingLeft: '6mm',
|
||||||
paddingRight: '7mm',
|
paddingRight: '6mm',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
},
|
},
|
||||||
backHeader: {
|
backHeader: {
|
||||||
@@ -277,7 +277,7 @@ const styles = StyleSheet.create({
|
|||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
bottom: '7mm', // 3mm bleed + 4mm safe margin
|
bottom: '4mm', // Matched with top margin for perfect symmetry
|
||||||
},
|
},
|
||||||
addressFooterText: {
|
addressFooterText: {
|
||||||
fontSize: 7, // increased from 6
|
fontSize: 7, // increased from 6
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/downloads/business-cards/debug_white_page.png
Normal file
BIN
public/downloads/business-cards/debug_white_page.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 33 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user