mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-02-18 00:18:53 +00:00
19 lines
422 B
SCSS
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;
|
|
}
|
|
}
|