mirror of
https://git.sr.ht/~rabbits/busydoingnothing
synced 2024-11-16 07:47:20 +01:00
23 lines
194 B
CSS
23 lines
194 B
CSS
|
/*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%
|
||
|
}
|