hacks-guide-minimal-mistake.../docs/_sass/_print.scss

18 lines
421 B
SCSS
Raw Normal View History

/* ==========================================================================
PRINT STYLES
========================================================================== */
/*
Hide the following elements on print
========================================================================== */
@media print {
.masthead,
.toc,
.page__share,
.page__related,
.ads,
.page__footer {
display: none;
}
2016-11-17 18:17:18 +01:00
}