diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/print.styl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/print.styl b/app/print.styl index 594ad24..7f5cff3 100644 --- a/app/print.styl +++ b/app/print.styl @@ -19,17 +19,3 @@ body { @require "stylesheets/print/work.styl" @require "stylesheets/print/projects.styl" @require "stylesheets/print/education.styl" - -@supports (-webkit-appearance:none) and (column-fill:auto) and (not (-ms-accelerator:true)) and (not (overflow:-webkit-marquee)) and (not (-moz-appearance:none)) { - footer { - display: block - position: fixed - bottom: 0; - font-size: 5pt - } - - footer:after { - color: #F7F7F7 - content: "Disclaimer: generated from https://a14m.me" - } -} |
