Skip to content

Commit

Permalink
revert print padding to manual, update version to 2.42
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtysn committed Apr 14, 2024
1 parent 1358371 commit cdf1721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ div#narrowSkillTitle {
margin-left: auto !important;
margin-right: auto !important;
width: 700px !important;
/* padding-top: 5mm; */
/* padding-top: 0.19in; */
/* Manually set 0.19 top padding via the print pop-up window */
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const CV_VERSION = "v2.41";
export const CV_VERSION = "v2.42";
export const DATE = "04/2024";

0 comments on commit cdf1721

Please sign in to comment.