mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
On kindle it's better to not add manually the panelview as it will unlock several features: - Animation - Adjust to screen size - Panel View It means, you can still have a panel view, but it's handled by kindle directly.
9 lines
85 B
Cheetah
9 lines
85 B
Cheetah
@page {
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
} |