mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
avoid page break inside projects
This commit is contained in:
parent
6c7751106d
commit
b24f7adc74
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ div[data-type='example'] {
|
|||
|
||||
div[data-type='project'] {
|
||||
margin: 12pt 0;
|
||||
page-break-inside: avoid;
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue