From 41b1b9f572935553bdb49f68066fb6c6c879c2d1 Mon Sep 17 00:00:00 2001 From: hellerve Date: Fri, 31 Mar 2017 16:40:58 +0200 Subject: [PATCH] added print view --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/style.css b/style.css index 0869102..bce0a89 100644 --- a/style.css +++ b/style.css @@ -56,3 +56,16 @@ p { padding-left: 3em; } } +@media print { + .poem { + font-size: 20px; + display: block !important; + } + #bottom { + display: none; + } +} +@page { + size: auto; + margin: 0mm; +}