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

19 lines
422 B
SCSS
Raw Normal View History

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