celogeek 393bba0266
remove panelview by default, add an option addpanelview
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.
2023-03-05 00:01:19 +01:00

9 lines
85 B
Cheetah

@page {
margin: 0;
}
body {
display: block;
margin: 0;
padding: 0;
}