Files
ki-story/style.css
2026-06-23 08:32:39 +02:00

16 lines
203 B
CSS

@page {
size: A5;
margin: 1.5cm;
}
body {
font-family: Arial, sans-serif;
font-size: 10pt;
line-height: 1.6;
text-align: justify;
hyphens: auto;
}
h2 {
break-before: page;
}