styles.scss 114 B

1234567891011
  1. // your styles here
  2. h1{
  3. font-size:32pt;
  4. margin:5mm 0 0;
  5. }
  6. .story-page{
  7. -webkit-region-break-after:always;
  8. }