Skip to content

Instantly share code, notes, and snippets.

@LukeGary462
Created June 15, 2023 04:02
Show Gist options
  • Save LukeGary462/103ed3361eca1f23144debac994e4374 to your computer and use it in GitHub Desktop.
Save LukeGary462/103ed3361eca1f23144debac994e4374 to your computer and use it in GitHub Desktop.
Confluence PDF Export, Single Column Page Layout
@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