7 lines
62 B
CSS
7 lines
62 B
CSS
@page {
|
|
margin: 0;
|
|
}
|
|
|
|
p {
|
|
page-break-after: always;
|
|
}
|