Skip to content

Commit

Permalink
Update core.css to new standards
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Jan 23, 2021
1 parent da40f77 commit 1111138
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/epub/css/core.css
Expand Up @@ -25,6 +25,10 @@ q::after{
content: "";
}

blockquote{
margin: 1em 2.5em;
}

h1,
h2,
h3,
Expand All @@ -35,8 +39,8 @@ hgroup{
font-variant: small-caps;
hyphens: none;
-epub-hyphens: none;
page-break-after: avoid;
page-break-inside: avoid;
break-after: avoid;
break-inside: avoid;
text-align: center;
margin: 3em 0;
}
Expand Down

0 comments on commit 1111138

Please sign in to comment.