diff --git a/src/base/page.typ b/src/base/page.typ index 7238148..2016618 100644 --- a/src/base/page.typ +++ b/src/base/page.typ @@ -2,7 +2,7 @@ paper: "us-letter", margin: ( x: 0.5in, - y: 0.3in, + y: 0.4in, ), body ) diff --git a/src/section/base/item/highlight.typ b/src/section/base/item/highlight.typ index 58103e1..9ac8600 100644 --- a/src/section/base/item/highlight.typ +++ b/src/section/base/item/highlight.typ @@ -2,5 +2,8 @@ highlight: "", ) = par( justify: true, - highlight + text( + size: 0.95em, + highlight + ) ) diff --git a/src/section/base/item/marker.typ b/src/section/base/item/marker.typ index 9d6be2f..74ef9d9 100644 --- a/src/section/base/item/marker.typ +++ b/src/section/base/item/marker.typ @@ -1,4 +1,5 @@ #let section_base_item_marker = text( weight: "extralight", + size: 0.95em, sym.dash.en ) diff --git a/src/section/skills/section/content.typ b/src/section/skills/section/content.typ index 310db71..0530d79 100644 --- a/src/section/skills/section/content.typ +++ b/src/section/skills/section/content.typ @@ -1,3 +1,6 @@ #let section_skills_section_content( items: (""), -) = items.join(", ") +) = text( + size: 0.95em, + items.join(", ") +) diff --git a/src/section/skills/section/heading.typ b/src/section/skills/section/heading.typ index 1d919b9..e81b546 100644 --- a/src/section/skills/section/heading.typ +++ b/src/section/skills/section/heading.typ @@ -6,6 +6,7 @@ base_text( text( weight: "semibold", + size: 0.95em, title ) )