mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01: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;
|
|
}
|
|
}
|