Add basic print styles

- Hide menu, social share buttons, and ads on print
- Close #191
This commit is contained in:
Michael Rose
2015-12-03 11:15:23 -05:00
parent be9722111b
commit 2362f621fb
2 changed files with 18 additions and 1 deletions

16
_sass/print.scss Normal file
View File

@@ -0,0 +1,16 @@
/* ==========================================================================
PRINT STYLES
========================================================================== */
/*
Hide the following elements on print
========================================================================== */
@media print {
.top-navigation,
.social-share,
.related-articles,
.google-ads {
display: none;
}
}