Fix h2 text align on ebook pages

This commit is contained in:
Alex Cabal 2020-08-18 10:11:43 -05:00
parent ada670b7d4
commit a70566b9c4

View file

@ -887,7 +887,7 @@ article.ebook h1{
text-align: center; text-align: center;
} }
article.ebook h2{ article.ebook hgroup h2{
text-align: center; text-align: center;
} }