hacks-guide-minimal-mistake.../_sass/print.scss

17 lines
417 B
SCSS
Raw Normal View History

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