1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-19 04:52:20 +02:00

prevent extra page at end when printing to pdf, reader mode styling tweaks

This commit is contained in:
Hakim El Hattab
2023-10-13 16:02:55 +02:00
parent 28ef437a89
commit 836967d8ab
5 changed files with 27 additions and 9 deletions

View File

@@ -70,6 +70,10 @@ html.reveal-print {
page-break-after: always;
}
.reveal .slides .pdf-page:last-of-type {
page-break-after: avoid;
}
.reveal .slides section {
visibility: visible !important;
display: block !important;