busydoingnothing/epub.css

23 lines
194 B
CSS
Raw Normal View History

2022-05-20 19:52:45 +02:00
/*body {
font-size: 14px
}*/
table {
font-size: 14px
}
h4 {
page-break-before: always;
}
h2 {
page-break-before: always;
}
blockquote {
font-style: italic;
}
img {
max-width: 100%
}