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

18 lines
421 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;
}
2016-11-17 17:43:37 +01:00
}