diff options
| author | Valentin Popov <valentin@popov.link> | 2024-02-14 01:18:06 +0300 | 
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2024-02-14 01:18:06 +0300 | 
| commit | edaeaf08b8750e8278b18484ff8e0aa180fe3fab (patch) | |
| tree | 9a32a03659d396a82c83a1eaca1d19c00a21718d /_scss/_print.scss | |
| parent | 6ff06a6e0eb6824925bb058ef465f2713f0b315b (diff) | |
| download | popov.link-edaeaf08b8750e8278b18484ff8e0aa180fe3fab.tar.xz popov.link-edaeaf08b8750e8278b18484ff8e0aa180fe3fab.zip | |
Moved actual theme
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 | 
