Skip to content

Commit

Permalink
resize photo
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanluiz33 committed Aug 9, 2024
1 parent 0b58d87 commit 3c96214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdf-generator/main.typ
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"nathan_luiz",
"wnmrmr",
),
logo: image("phik.jpg", width: 200pt)
logo: "phik.jpg"
)

= Template hashing
Expand Down
2 changes: 1 addition & 1 deletion pdf-generator/template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// The page can contain a logo if you pass one with `logo: "logo.png"`.
v(0.6fr)
if logo != none {
align(right, image(logo, width: 26%))
align(right, image(logo, width: 70%))
}
v(9.6fr)

Expand Down

0 comments on commit 3c96214

Please sign in to comment.