Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions templates/pdf_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
body {
font-family: 'CrimsonProRegular', serif;
background-color: #fdfcf9;
background-color: whitesmoke;
color: #333333;
margin: 0;
padding: 0;
Expand All @@ -38,6 +39,7 @@
/* Cover Page */
.cover-page {
text-align: center;
padding: 0 20 50 62;
padding: 80px 40px;
page-break-after: always;
position: relative;
Expand Down