Prevent bad page breaks

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

View File

@ -81,6 +81,7 @@ div.section-content {
margin-left: 20px; }
div.position-location {
color: #4d4d4d; }
color: #4d4c4c; }
/*# sourceMappingURL=style.css.map */
section {
page-break-inside: avoid; }

View File

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