Fix page dimensions
All checks were successful
CI / Typst formatting (pull_request) Successful in 9s
CI / Typos (pull_request) Successful in 17s
CI / Build (pull_request) Successful in 12m37s

This commit is contained in:
Mark 2025-01-24 17:39:56 -08:00
parent 92f7fdfd69
commit 395dc978d4
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -29,8 +29,8 @@
) = { ) = {
set page( set page(
margin: 20mm, margin: 20mm,
width: 8in, width: 8.5in,
height: 11.5in, height: 11in,
footer: align( footer: align(
center, center,
context counter(page).display(), context counter(page).display(),