diff --git a/lib/lib.typ b/lib/lib.typ index 5c3e3c3..f7224c1 100644 --- a/lib/lib.typ +++ b/lib/lib.typ @@ -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) + }) }, ) }