Skip to content

Commit

Permalink
fix pdf margin
Browse files Browse the repository at this point in the history
  • Loading branch information
MondayCha committed Jan 22, 2021
1 parent bcc34a8 commit 88e071b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added academic-zh.7z
Binary file not shown.
6 changes: 6 additions & 0 deletions academic-zh.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,9 @@ img {
font-size: inherit !important;
}

@media print {
@page{
size: auto;
margin: 20mm 10mm 20mm 10mm; /* 页边距 */
}
}

0 comments on commit 88e071b

Please sign in to comment.