From 0a18f3b14b7a874d56537714a5be76d870b85f2c Mon Sep 17 00:00:00 2001 From: Matthew Hague <matthew.hague@rhul.ac.uk> Date: Fri, 8 Jan 2021 17:27:06 +0000 Subject: [PATCH] Page break when printing slides --- templates/impress.cs/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/impress.cs/css/style.css b/templates/impress.cs/css/style.css index 2c00ef0..018a63a 100644 --- a/templates/impress.cs/css/style.css +++ b/templates/impress.cs/css/style.css @@ -80,6 +80,10 @@ i, em { font-style: italic } transition: opacity .1s; } +@media print { + .step {page-break-after: always;} +} + h1 { font-size: 200px; } -- GitLab