Resize flavortown free template (#191)

* Resize flavortown free template

* what if it was smaller

---------

Co-authored-by: 24c02 <163450896+24c02@users.noreply.github.com>
This commit is contained in:
Max Wofford 2026-01-13 18:07:11 -05:00 committed by GitHub
parent 05d1e8d17e
commit 8566fc3bc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 124 KiB

View file

@ -27,13 +27,13 @@ module SnailMail
)
# Render return address
render_return_address(10, 278, 260, 70, size: 10)
render_return_address(10, 278, 260, 70, size: 8)
# Render destination address
render_destination_address(
160,
165,
140,
220,
230,
71,
size: 14,
valign: :bottom,
@ -42,7 +42,7 @@ module SnailMail
# Render postal elements
render_imb(240, 24, 183)
render_qr_code(5, 115, 60)
render_qr_code(5, 115, 50)
render_letter_id(10, 65, 10, rotate: 90)
render_postage
end