diff --git a/section.scss b/section.scss index d2e21d2..897294f 100644 --- a/section.scss +++ b/section.scss @@ -37,3 +37,14 @@ section { margin-bottom: 5px; } } + +.pagebreak { + display: none; +} + +@media print { + .pagebreak { + page-break-after: always; + display: block; + } +} \ No newline at end of file diff --git a/styles.css b/styles.css index 50e38ea..fa16aa5 100644 --- a/styles.css +++ b/styles.css @@ -4372,6 +4372,13 @@ section > h2 { font-size: 1.2em; margin-bottom: 5px; } +.pagebreak { + display: none; } + +@media print { + .pagebreak { + page-break-after: always; + display: block; } } .tabview .tab-links { color: #000; padding: 0.3rem 0 0 0; }