plato
plato copied to clipboard
Specific top-margin.
I find that Plato's top margin to be too small while the other margins are perfect. For some reason, having the letters really close to the top bothers me while having them close to the sides/bottom does not. Might be because, when reading, the device is at an angle and since the screen is not flushed.
Would it be possible to have a specific variable for the top-margin?
Create css/epub-user.css
and try something like
body {
margin-top: 8px !important;
}