From 87aa95ad363c33bfc175242dbb775d9ba5406cf9 Mon Sep 17 00:00:00 2001 From: eggy Date: Tue, 5 Aug 2025 02:01:55 -0700 Subject: [PATCH] chore: styling --- lib/lib.typ | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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) + }) }, ) }