parent
339b953378
commit
56e4da8bb9
|
@ -2,7 +2,7 @@
|
|||
paper: "us-letter",
|
||||
margin: (
|
||||
x: 0.5in,
|
||||
y: 0.3in,
|
||||
y: 0.4in,
|
||||
),
|
||||
body
|
||||
)
|
||||
|
|
|
@ -2,5 +2,8 @@
|
|||
highlight: "",
|
||||
) = par(
|
||||
justify: true,
|
||||
highlight
|
||||
text(
|
||||
size: 0.95em,
|
||||
highlight
|
||||
)
|
||||
)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#let section_base_item_marker = text(
|
||||
weight: "extralight",
|
||||
size: 0.95em,
|
||||
sym.dash.en
|
||||
)
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#let section_skills_section_content(
|
||||
items: (""),
|
||||
) = items.join(", ")
|
||||
) = text(
|
||||
size: 0.95em,
|
||||
items.join(", ")
|
||||
)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
base_text(
|
||||
text(
|
||||
weight: "semibold",
|
||||
size: 0.95em,
|
||||
title
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue