Skip to content

Commit

Permalink
update css to page break after hr
Browse files Browse the repository at this point in the history
  • Loading branch information
barais committed Dec 15, 2023
1 parent f642d4b commit 80d8e88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/correctexam.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
height: 297mm;
}

hr {
break-after: page;
}

.markdown-body h1{
font-size: 1.3em;
page-break-after:avoid;
Expand Down

0 comments on commit 80d8e88

Please sign in to comment.