Prevent bad page breaks

This commit is contained in:
2019-11-09 18:58:07 -08:00
parent ae6488bba9
commit 7eae5f6539
2 changed files with 5 additions and 3 deletions

View File

@@ -112,5 +112,6 @@ div.position-location {
color: lighten($color-text, 30%);
}
div.position ul {
section {
page-break-inside: avoid;
}