Skip to content

Commit

Permalink
fix(lib): update v-axis margins in cv and letter (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: mintyfrankie <77310871+mintyfrankie@users.noreply.github.com>
  • Loading branch information
yunanwg authored Nov 2, 2024
1 parent d12c442 commit 07fbc04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib.typ
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
set align(left)
set page(
paper: "a4",
margin: (left: 1.4cm, right: 1.4cm, top: .8cm, bottom: .4cm),
margin: (left: 1.4cm, right: 1.4cm, top: 1cm, bottom: 1cm),
footer: _cvFooter(metadata),
)

Expand Down Expand Up @@ -63,7 +63,7 @@
set align(left)
set page(
paper: "a4",
margin: (left: 1.4cm, right: 1.4cm, top: .8cm, bottom: .4cm),
margin: (left: 1.4cm, right: 1.4cm, top: 1cm, bottom: 1cm),
footer: letterHeader(
myAddress: myAddress,
recipientName: recipientName,
Expand Down
2 changes: 1 addition & 1 deletion template/cv.typ
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"education",
"professional",
"projects",
"certificates",
// "certificates",
"publications",
"skills",
))

0 comments on commit 07fbc04

Please sign in to comment.