Skip to content

Commit

Permalink
chore(epub): text styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Mar 26, 2023
1 parent e47be15 commit b041610
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/better-write-plugin-exporter-epub/src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const getStyles = (
p {
font-size: 18px;
text-indent: 1.5rem;
text-indent: 1.75rem;
color: black;
}
Expand All @@ -27,6 +27,18 @@ h1, h2, h3 {
text-align: center;
}
h1 {
padding: 3.5rem 0;
}
h2 {
padding: 1.85rem 0;
}
h3 {
padding: 1.35rem 0;
}
i {
font-style: italic;
}
Expand Down

0 comments on commit b041610

Please sign in to comment.