Skip to content

Commit

Permalink
fix #20: No padding-top on second page when printing
Browse files Browse the repository at this point in the history
  • Loading branch information
WebPraktikos committed Jan 23, 2023
1 parent c1190e3 commit 7b62b2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ <h2 class="mb-4 font-bold tracking-widest text-sm2 text-gray-550 print:font-norm
<!-- end Page -->

<!-- Page -->
<div class="p-6 mx-auto page max-w-2xl print:max-w-letter md:max-w-letter md:h-letter xsm:p-8 sm:p-9 md:p-16 print:bg-white bg-gray-100">
<div class="p-6 mx-auto page max-w-2xl print:max-w-letter md:max-w-letter md:h-letter xsm:p-8 sm:p-9 md:p-16 print:mt-16 print:bg-white bg-gray-100">

<!-- Column -->
<div class="md:col-count-2 print:col-count-2 col-gap-md md:h-letter-col-full print:h-letter-col-full col-fill-auto">
Expand Down Expand Up @@ -815,7 +815,7 @@ <h2 class="mb-4 font-bold tracking-widest text-sm2 text-gray-550 print:font-norm
<!-- end Page -->

<!-- Page -->
<div class="p-6 mx-auto page max-w-2xl print:max-w-letter md:max-w-letter md:h-letter xsm:p-8 sm:p-9 md:p-16 bg-white">
<div class="p-6 mx-auto page max-w-2xl print:max-w-letter md:max-w-letter md:h-letter xsm:p-8 sm:p-9 md:p-16 print:mt-16 bg-white">

<!-- Column -->
<div class="md:col-count-2 print:col-count-2 col-gap-md md:h-letter-col-full print:h-letter-col-full col-fill-auto">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "universal-resume-template",
"version": "3.1.0",
"version": "3.1.1",
"description": "Minimal and formal résumé (CV) website template for print, mobile, and desktop. https://bit.ly/ur_demo",
"homepage": "https://github.com/WebPraktikos/universal-resume",
"repository": {
Expand Down

0 comments on commit 7b62b2d

Please sign in to comment.