Created
June 15, 2023 04:02
-
-
Save LukeGary462/103ed3361eca1f23144debac994e4374 to your computer and use it in GitHub Desktop.
Confluence PDF Export, Single Column Page Layout
This file contains hidden or 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
@page { | |
size: 210mm 297mm; /* A4-sized pages in portrait orientation; default is US letter */ | |
margin-top: 2.54cm; | |
margin-bottom: 2.54cm; | |
margin-left: 1.27cm; | |
margin-right: 1.27cm; | |
} | |
body,p,li,td,table,tr,.bodytext,.stepfield { | |
font-size: 15px; | |
line-height: 1.5; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment