Update core.css to new standards

This commit is contained in:
Alex Cabal 2021-01-23 14:52:48 -06:00
parent 43bac1f661
commit 0d27d2517b

View File

@ -25,6 +25,10 @@ q::after{
content: "";
}
blockquote{
margin: 1em 2.5em;
}
h1,
h2,
h3,
@ -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;
}