mirror of
https://git.sr.ht/~rabbits/wikbook
synced 2024-11-16 19:49:27 +01:00
25 lines
204 B
CSS
25 lines
204 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%
|
||
|
}
|
||
|
|
||
|
/*Mobi*/
|