Commit ·
62270cb
1
Parent(s): 8c58782
Increase side padding to 80px for better text margin
Browse files
modules/fact_image/services/text_overlay.py
CHANGED
|
@@ -26,7 +26,7 @@ class TextOverlay:
|
|
| 26 |
# Default settings
|
| 27 |
TARGET_WIDTH = 1080
|
| 28 |
TARGET_HEIGHT = 1920
|
| 29 |
-
PADDING_X =
|
| 30 |
|
| 31 |
# Font sizes
|
| 32 |
HEADING_FONT_SIZE = 80
|
|
|
|
| 26 |
# Default settings
|
| 27 |
TARGET_WIDTH = 1080
|
| 28 |
TARGET_HEIGHT = 1920
|
| 29 |
+
PADDING_X = 80 # Horizontal padding (left/right margin)
|
| 30 |
|
| 31 |
# Font sizes
|
| 32 |
HEADING_FONT_SIZE = 80
|