Skip to content

Instantly share code, notes, and snippets.

@julthon
Created May 1, 2017 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julthon/7ce09b44ec0086a0cc0eb9e1d1a8589f to your computer and use it in GitHub Desktop.
Save julthon/7ce09b44ec0086a0cc0eb9e1d1a8589f to your computer and use it in GitHub Desktop.
print.css
@media print {
div#header-container, div.sidebar, .footer, div#alerts {
display: none;
}
div#root {
padding-top: 0;
padding-bottom: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment