JekyllHomepage2025/_sass/print.scss

17 lines
417 B
SCSS
Raw Permalink Normal View History

2016-02-29 22:30:35 +05:30
/* ==========================================================================
PRINT STYLES
========================================================================== */
/*
Hide the following elements on print
========================================================================== */
@media print {
.top-navigation,
.social-share,
.related-articles,
.google-ads {
display: none;
}
}