diff options
Diffstat (limited to '_scss/_print.scss')
-rw-r--r-- | _scss/_print.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/_scss/_print.scss b/_scss/_print.scss new file mode 100644 index 0000000..9c56324 --- /dev/null +++ b/_scss/_print.scss @@ -0,0 +1,21 @@ +@media print { + body { + padding: 0; + } + + audio, + embed, + footer, + form, + header, + iframe, + nav, + object, + video { + display: none; + } + + img { + max-width: 500px; + } +}
\ No newline at end of file |