Add missing dedication CSS

This commit is contained in:
Alex Cabal 2020-12-03 12:54:36 -06:00
parent 37966ce01e
commit 604f573221

View file

@ -62,6 +62,10 @@ p span.i2{
}
/* All dedications */
section[epub|type~="dedication"]{
text-align: center;
}
section[epub|type~="dedication"] > *{
display: inline-block;
margin: auto;