Skip to content

Commit

Permalink
feat: adjust zoom for nice pdf export => v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Dec 25, 2019
1 parent 5faeef5 commit f22ace1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonresume-theme-modernfull",
"version": "0.2.0",
"version": "0.3.0",
"description": "jsonresume-theme-modern =======================",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions resume.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<title>{{basics.name}} {{basics.firstName}} {{basics.lastName}}</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<style media="print">
html {
zoom: 78%;
}
body {
padding: 60px !important;
}
Expand Down

0 comments on commit f22ace1

Please sign in to comment.