Improve pdf more
Some checks failed
/ Run tests (push) Successful in 2m0s
/ Run system tests (push) Failing after 2m21s
/ Build, push and deploy image (push) Successful in 1m37s

This commit is contained in:
david 2024-11-24 01:32:24 +01:00
parent 4abae91a5a
commit bf0548ecfe
2 changed files with 33 additions and 25 deletions

View file

@ -2,9 +2,8 @@ PrawnRails.config do |config|
config.page_layout = :portrait
config.page_size = "A4"
config.skip_page_creation = false
config.left_margin = 48
config.top_margin = 48
config.right_margin = 48
config.bottom_margin = 48
config.left_margin = 32
config.top_margin = 64
config.right_margin = 32
config.bottom_margin = 32
end