aboutsummaryrefslogtreecommitdiff
path: root/_scss/_print.scss
diff options
context:
space:
mode:
Diffstat (limited to '_scss/_print.scss')
-rw-r--r--_scss/_print.scss21
1 files changed, 0 insertions, 21 deletions
diff --git a/_scss/_print.scss b/_scss/_print.scss
deleted file mode 100644
index 9c56324..0000000
--- a/_scss/_print.scss
+++ /dev/null
@@ -1,21 +0,0 @@
-@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