Update sermon-a4.css
This commit is contained in:
parent
5fbd45a3f3
commit
33d0e3adab
1 changed files with 6 additions and 1 deletions
|
|
@ -2,8 +2,13 @@
|
||||||
author: simonpipe (codeberg.org/simonpipe/)
|
author: simonpipe (codeberg.org/simonpipe/)
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
This theme builds upon sermon-slide.css and optimizes it for A4 booklet printing.
|
This theme builds upon "sermon-slide.css" and is optimized for A4 printing.
|
||||||
Inspired by "a4-clean.css" by stanfrdb (https://github.com/stanfrbd/A4-marp/tree/main)
|
Inspired by "a4-clean.css" by stanfrdb (https://github.com/stanfrbd/A4-marp/tree/main)
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
- Default: Standard A4 layout with 12pt font size.
|
||||||
|
- Class 'booklet': Scales the layout to 18pt for easy-to-read booklet printing.
|
||||||
|
(Set 'class: booklet' in your Markdown YAML header)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "sermon-slide";
|
@import "sermon-slide";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue