17 lines
417 B
SCSS
17 lines
417 B
SCSS
|
/* ==========================================================================
|
||
|
PRINT STYLES
|
||
|
========================================================================== */
|
||
|
|
||
|
/*
|
||
|
Hide the following elements on print
|
||
|
========================================================================== */
|
||
|
|
||
|
@media print {
|
||
|
.top-navigation,
|
||
|
.social-share,
|
||
|
.related-articles,
|
||
|
.google-ads {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|