Created
October 2, 2020 15:49
-
-
Save siddhpant/a4483f6c301e5994e8b917b922102246 to your computer and use it in GitHub Desktop.
Typora change page margins on PDF export
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media print { | |
#write{ | |
max-width: 100%; | |
} | |
@page { | |
size: A4; | |
margin-left: 0; | |
margin-right: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is obsolete now. In new version, you can go to PDF export settings and change the margins.