CSS追加

This commit is contained in:
rca 2024-08-30 04:32:55 +09:00
parent 7d7622e5dd
commit d486f1df41

View File

@ -24,3 +24,8 @@
margin: 0 auto;
}
/* Page Break */
.page-break {
page-break-after: always;
}