chore: styling

This commit is contained in:
eggy
2025-08-05 02:01:55 -07:00
parent 4c754d3c91
commit 87aa95ad36

View File

@@ -25,7 +25,7 @@
#let JOB_TITLE_FONT_SIZE = 1.05em
// rest = not top
#let PAGE_MARGINS = (right: 0.5in, top: 0.3in, left: 0.4in, bottom: 0.4in)
#let PAGE_MARGINS = (right: 0.425in, top: 0.3in, left: 0.375in, bottom: 0.4in)
// Format locations.
#let format_location(location) = {
@@ -51,9 +51,11 @@
right_content
}),
{
set strong(delta: SMALL_STRONG)
show link: underline
list(..details)
block(inset: (right: 0.75em), {
set strong(delta: SMALL_STRONG)
show link: underline
list(..details)
})
},
)
}