1
0
Fork 0
mirror of synced 2024-06-02 15:21:09 -04:00
yadm/_sass/_print.scss
2016-09-06 22:18:34 -05:00

19 lines
422 B
SCSS

/* ==========================================================================
PRINT STYLES
========================================================================== */
/*
Hide the following elements on print
========================================================================== */
@media print {
.masthead,
.toc,
.page__share,
.page__related,
.ads,
.page__footer {
display: none;
}
}