aboutsummaryrefslogtreecommitdiff
path: root/_scss/_print.scss
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-02-14 01:18:06 +0300
committerValentin Popov <valentin@popov.link>2024-02-14 01:18:06 +0300
commitedaeaf08b8750e8278b18484ff8e0aa180fe3fab (patch)
tree9a32a03659d396a82c83a1eaca1d19c00a21718d /_scss/_print.scss
parent6ff06a6e0eb6824925bb058ef465f2713f0b315b (diff)
downloadpopov.link-edaeaf08b8750e8278b18484ff8e0aa180fe3fab.tar.xz
popov.link-edaeaf08b8750e8278b18484ff8e0aa180fe3fab.zip
Moved actual theme
Diffstat (limited to '_scss/_print.scss')
-rw-r--r--_scss/_print.scss21
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