diff --git a/_sass/print.scss b/_sass/print.scss new file mode 100644 index 00000000..ff66ddce --- /dev/null +++ b/_sass/print.scss @@ -0,0 +1,16 @@ +/* ========================================================================== + PRINT STYLES + ========================================================================== */ + +/* + Hide the following elements on print + ========================================================================== */ + +@media print { + .top-navigation, + .social-share, + .related-articles, + .google-ads { + display: none; + } +} diff --git a/assets/css/main.scss b/assets/css/main.scss index fdd8cf28..4e3fcb2e 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -25,4 +25,5 @@ sitemap: false @import "page"; @import "vendor/font-awesome/font-awesome"; @import "vendor/magnific-popup/magnific-popup"; -//@import "vendor/google/fonts"; \ No newline at end of file +//@import "vendor/google/fonts"; +@import "print"; \ No newline at end of file