From 29eeac4e78f0211a84013887d140f183d4386d53 Mon Sep 17 00:00:00 2001 From: Paul Wagener Date: Mon, 5 Feb 2018 08:52:53 +0100 Subject: [PATCH] Print --- static/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index c317c6d..bc325fc 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -17,6 +17,17 @@ figure img { } } +@media print { + #menu { + display: none; + } + #quiz { + border: 0 !important; + width: 100%; + margin-left: 0; + } + } + #difficulty { width: 150px; }