diff --git a/templates/epub/stylesheet.css b/templates/epub/stylesheet.css index b36820f..83a7f80 100644 --- a/templates/epub/stylesheet.css +++ b/templates/epub/stylesheet.css @@ -1,9 +1,9 @@ body { font-family: "Linux Libertine", "Georgia", serif; - margin-left: 2em; - margin-right: 2em; - margin-top: 1em; - margin-bottom: 1em; + margin-left: 5%; + margin-right: 5%; + margin-top: 5%; + margin-bottom: 5%; text-align: justify; font-size: 100%; }