1
0
Fork 0
mirror of synced 2024-06-30 02:21:08 -04:00
yadm/_sass/_print.scss

19 lines
422 B
SCSS
Raw Normal View History

2016-09-06 23:18:34 -04:00
/* ==========================================================================
PRINT STYLES
========================================================================== */
/*
Hide the following elements on print
========================================================================== */
@media print {
.masthead,
.toc,
.page__share,
.page__related,
.ads,
.page__footer {
display: none;
}
}