Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Created August 18, 2014 13:47
Show Gist options
  • Save bmarshall511/161395ce2ab99a2b29a1 to your computer and use it in GitHub Desktop.
Save bmarshall511/161395ce2ab99a2b29a1 to your computer and use it in GitHub Desktop.
@media print {
@page {
margin: 1cm; // Use centimeters or inches, not pixels
}
body {
width: 100%;
margin: 0;
padding: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment