mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-10 13:22:50 -04:00
Previously they were relative (ie percentages). This made sure that they worked on mobile, when the letter might be narrower. However it broke when the preview was more than one page, because 13% of the height of 2 pages is different to 13% of the height of one pages. This commit changes the positions to be pixel values, which match the calculated percentage values when the preview is one page.