- commit
- 3ede73bdee26d94af960a158e5ef1f4793a9a4c7
- parent
- fa3eba7b9f5475374adbc45f7c83982d46133d7d
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2021-07-15 06:34
print: avoid page break after any heading
Diffstat
| M | sass/base.scss | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/base.scss b/sass/base.scss
@@ -132,7 +132,7 @@ sub, sup {
132 132 color: #000; // Black prints faster:
133 133 }
134 134
135 -1 h2, h3 {
-1 135 h1, h2, h3, h4, h5, h6 {
136 136 page-break-after: avoid;
137 137 }
138 138 }